-global gEndKeys := "{bs}{del}{esc}{home}{end}" ; ends dead key input on specific keys
-
-
-; Compose : Acute Accent (')
-
-global cmpAcuteAccent := Map()
-cmpAcuteAccent["a"] := "{u+00e1}" ; (á) a with acute
-cmpAcuteAccent["A"] := "{u+00c1}" ; (Á) A with acute
-cmpAcuteAccent["c"] := "{u+0107}" ; (ć) c with acute
-cmpAcuteAccent["C"] := "{u+0106}" ; (Ć) C with acute
-cmpAcuteAccent["d"] := "{u+1e09}" ; (ḉ) c with cedilla and acute
-cmpAcuteAccent["D"] := "{u+1e08}" ; (Ḉ) C with cedilla and acute
-cmpAcuteAccent["e"] := "{u+00e9}" ; (é) e with acute
-cmpAcuteAccent["E"] := "{u+00c9}" ; (É) E with acute
-cmpAcuteAccent["g"] := "{u+01f5}" ; (ǵ) g with acute
-cmpAcuteAccent["G"] := "{u+01f4}" ; (Ǵ) G with acute
-cmpAcuteAccent["i"] := "{u+00ed}" ; (í) i with acute
-cmpAcuteAccent["I"] := "{u+00cd}" ; (Í) I with acute
-cmpAcuteAccent["j"] := "{u+01ff}" ; (ǿ) o with stroke and acute
-cmpAcuteAccent["J"] := "{u+01fe}" ; (Ǿ) O with stroke and acute
-cmpAcuteAccent["k"] := "{u+1e31}" ; (ḱ) k with acute
-cmpAcuteAccent["K"] := "{u+1e30}" ; (Ḱ) K with acute
-cmpAcuteAccent["l"] := "{u+013a}" ; (ĺ) l with acute
-cmpAcuteAccent["L"] := "{u+0139}" ; (Ĺ) L with acute
-cmpAcuteAccent["m"] := "{u+1e3f}" ; (ḿ) m with acute
-cmpAcuteAccent["M"] := "{u+1e3e}" ; (Ḿ) M with acute
-cmpAcuteAccent["n"] := "{u+0144}" ; (ń) n with acute
-cmpAcuteAccent["N"] := "{u+0143}" ; (Ń) N with acute
-cmpAcuteAccent["o"] := "{u+00f3}" ; (ó) o with acute
-cmpAcuteAccent["O"] := "{u+00d3}" ; (Ó) O with acute
-cmpAcuteAccent["p"] := "{u+1e55}" ; (ṕ) p with acute
-cmpAcuteAccent["P"] := "{u+1e54}" ; (Ṕ) P with acute
-cmpAcuteAccent["q"] := "{u+01fd}" ; (ǽ) ae with acute
-cmpAcuteAccent["Q"] := "{u+01fc}" ; (Ǽ) AE with acute
-cmpAcuteAccent["r"] := "{u+0155}" ; (ŕ) r with acute
-cmpAcuteAccent["R"] := "{u+0154}" ; (Ŕ) R with acute
-cmpAcuteAccent["s"] := "{u+015b}" ; (ś) s with acute
-cmpAcuteAccent["S"] := "{u+015a}" ; (Ś) S with acute
-cmpAcuteAccent["u"] := "{u+00fa}" ; (ú) u with acute
-cmpAcuteAccent["U"] := "{u+00da}" ; (Ú) U with acute
-cmpAcuteAccent["w"] := "{u+1e83}" ; (ẃ) w with acute
-cmpAcuteAccent["W"] := "{u+1e82}" ; (Ẃ) W with acute
-cmpAcuteAccent["x"] := "{u+01fb}" ; (ǻ) a with ring above and acute
-cmpAcuteAccent["X"] := "{u+01fa}" ; (Ǻ) A with ring above and acute
-cmpAcuteAccent["y"] := "{u+00fd}" ; (ý) y with acute
-cmpAcuteAccent["Y"] := "{u+00dd}" ; (Ý) Y with acute
-cmpAcuteAccent["z"] := "{u+017a}" ; (ź) z with acute
-cmpAcuteAccent["Z"] := "{u+0179}" ; (Ź) Z with acute
-cmpAcuteAccent[" "] := "{u+00b4}" ; (´) acute accent
-
-
-; Compose : Grave Accent (`)
-
-global cmpGraveAccent := Map()
-cmpGraveAccent["a"] := "{u+00e0}" ; (à) a with grave
-cmpGraveAccent["A"] := "{u+00c0}" ; (À) A with grave
-cmpGraveAccent["e"] := "{u+00e8}" ; (è) e with grave
-cmpGraveAccent["E"] := "{u+00c8}" ; (È) E with grave
-cmpGraveAccent["i"] := "{u+00ec}" ; (ì) i with grave
-cmpGraveAccent["I"] := "{u+00cc}" ; (Ì) I with grave
-cmpGraveAccent["n"] := "{u+01f9}" ; (ǹ) n with grave
-cmpGraveAccent["N"] := "{u+01f8}" ; (Ǹ) N with grave
-cmpGraveAccent["o"] := "{u+00f2}" ; (ò) o with grave
-cmpGraveAccent["O"] := "{u+00d2}" ; (Ò) O with grave
-cmpGraveAccent["u"] := "{u+00f9}" ; (ù) u with grave
-cmpGraveAccent["U"] := "{u+00d9}" ; (Ù) U with grave
-cmpGraveAccent["w"] := "{u+1e81}" ; (ẁ) w with grave
-cmpGraveAccent["W"] := "{u+1e80}" ; (Ẁ) W with grave
-cmpGraveAccent["y"] := "{u+1ef3}" ; (ỳ) y with grave
-cmpGraveAccent["Y"] := "{u+1ef2}" ; (Ỳ) Y with grave
-cmpGraveAccent[" "] := "{u+02cb}" ; (ˋ) grave accent (modifier)
-
-
-; Compose : Diaeresis (")
-
-global cmpDiaeresis := Map()
-cmpDiaeresis["a"] := "{u+00e4}" ; (ä) a with diaeresis
-cmpDiaeresis["A"] := "{u+00c4}" ; (Ä) A with diaeresis
-cmpDiaeresis["e"] := "{u+00eb}" ; (ë) e with diaeresis
-cmpDiaeresis["E"] := "{u+00cb}" ; (Ë) E with diaeresis
-cmpDiaeresis["h"] := "{u+1e27}" ; (ḧ) h with diaeresis
-cmpDiaeresis["H"] := "{u+1e26}" ; (Ḧ) H with diaeresis
-cmpDiaeresis["i"] := "{u+00ef}" ; (ï) i with diaeresis
-cmpDiaeresis["I"] := "{u+00cf}" ; (Ï) I with diaeresis
-cmpDiaeresis["o"] := "{u+00f6}" ; (ö) o with diaeresis
-cmpDiaeresis["O"] := "{u+00d6}" ; (Ö) O with diaeresis
-cmpDiaeresis["t"] := "{u+1e97}" ; (ẗ) t with diaeresis
-cmpDiaeresis["u"] := "{u+00fc}" ; (ü) u with diaeresis
-cmpDiaeresis["U"] := "{u+00dc}" ; (Ü) U with diaeresis
-cmpDiaeresis["w"] := "{u+1e85}" ; (ẅ) w with diaeresis
-cmpDiaeresis["W"] := "{u+1e84}" ; (Ẅ) W with diaeresis
-cmpDiaeresis["x"] := "{u+1e8d}" ; (ẍ) x with diaeresis
-cmpDiaeresis["X"] := "{u+1e8c}" ; (Ẍ) X with diaeresis
-cmpDiaeresis["y"] := "{u+00ff}" ; (ÿ) y with diaeresis
-cmpDiaeresis["Y"] := "{u+0178}" ; (Ÿ) Y with diaeresis
-cmpDiaeresis[" "] := "{u+00a8}" ; (¨) diaeresis
-
-
-; Compose : Circumflex Accent (c)
-
-global cmpCircumflex := Map()
-cmpCircumflex["a"] := "{u+00e2}" ; (â) a with circumflex
-cmpCircumflex["A"] := "{u+00c2}" ; (Â) A with circumflex
-cmpCircumflex["c"] := "{u+0109}" ; (ĉ) c with circumflex
-cmpCircumflex["C"] := "{u+0108}" ; (Ĉ) C with circumflex
-cmpCircumflex["e"] := "{u+00ea}" ; (ê) e with circumflex
-cmpCircumflex["E"] := "{u+00ca}" ; (Ê) E with circumflex
-cmpCircumflex["g"] := "{u+011d}" ; (ĝ) g with circumflex
-cmpCircumflex["G"] := "{u+011c}" ; (Ĝ) G with circumflex
-cmpCircumflex["h"] := "{u+0125}" ; (ĥ) h with circumflex
-cmpCircumflex["H"] := "{u+0124}" ; (Ĥ) H with circumflex
-cmpCircumflex["i"] := "{u+00ee}" ; (î) i with circumflex
-cmpCircumflex["I"] := "{u+00ce}" ; (Î) I with circumflex
-cmpCircumflex["j"] := "{u+0135}" ; (ĵ) j with circumflex
-cmpCircumflex["J"] := "{u+0134}" ; (Ĵ) J with circumflex
-cmpCircumflex["o"] := "{u+00f4}" ; (ô) o with circumflex
-cmpCircumflex["O"] := "{u+00d4}" ; (Ô) O with circumflex
-cmpCircumflex["s"] := "{u+015d}" ; (ŝ) s with circumflex
-cmpCircumflex["S"] := "{u+015c}" ; (Ŝ) S with circumflex
-cmpCircumflex["u"] := "{u+00fb}" ; (û) u with circumflex
-cmpCircumflex["U"] := "{u+00db}" ; (Û) U with circumflex
-cmpCircumflex["w"] := "{u+0175}" ; (ŵ) w with circumflex
-cmpCircumflex["W"] := "{u+0174}" ; (Ŵ) W with circumflex
-cmpCircumflex["y"] := "{u+0177}" ; (ŷ) y with circumflex
-cmpCircumflex["Y"] := "{u+0176}" ; (Ŷ) Y with circumflex
-cmpCircumflex["z"] := "{u+1e91}" ; (ẑ) z with circumflex
-cmpCircumflex["Z"] := "{u+1e90}" ; (Ẑ) Z with circumflex
-cmpCircumflex[" "] := "{u+02c6}" ; (ˆ) circumflex accent (modifier)
-
-
-; Compose : Tilde (~)
-
-global cmpTilde := Map()
-cmpTilde["a"] := "{u+00e3}" ; (ã) a with tilde
-cmpTilde["A"] := "{u+00c3}" ; (Ã) A with tilde
-cmpTilde["e"] := "{u+1ebd}" ; (ẽ) e with tilde
-cmpTilde["E"] := "{u+1ebc}" ; (Ẽ) E with tilde
-cmpTilde["i"] := "{u+0129}" ; (ĩ) i with tilde
-cmpTilde["I"] := "{u+0128}" ; (Ĩ) I with tilde
-cmpTilde["l"] := "{u+026b}" ; (ɫ) l with middle tilde
-cmpTilde["L"] := "{u+2c62}" ; (Ɫ) L with middle tilde
-cmpTilde["n"] := "{u+00f1}" ; (ñ) n with tilde
-cmpTilde["N"] := "{u+00d1}" ; (Ñ) N with tilde
-cmpTilde["o"] := "{u+00f5}" ; (õ) o with tilde
-cmpTilde["O"] := "{u+00d5}" ; (Õ) O with tilde
-cmpTilde["u"] := "{u+0169}" ; (ũ) u with tilde
-cmpTilde["U"] := "{u+0168}" ; (Ũ) U with tilde
-cmpTilde["v"] := "{u+1e7d}" ; (ṽ) v with tilde
-cmpTilde["V"] := "{u+1e7c}" ; (Ṽ) V with tilde
-cmpTilde["y"] := "{u+1ef9}" ; (ỹ) y with tilde
-cmpTilde["Y"] := "{u+1ef8}" ; (Ỹ) Y with tilde
-cmpTilde[" "] := "{u+02dc}" ; (˜) small tilde
-
-
-; Compose : Cedilla and Ogonek (,)
-
-global cmpCedillaOgonek := Map()
-cmpCedillaOgonek["a"] := "{u+0105}" ; (ą) a with ogonek
-cmpCedillaOgonek["A"] := "{u+0104}" ; (Ą) A with ogonek
-cmpCedillaOgonek["c"] := "{u+00e7}" ; (ç) c with cedilla
-cmpCedillaOgonek["C"] := "{u+00c7}" ; (Ç) C with cedilla
-cmpCedillaOgonek["d"] := "{u+1e11}" ; (ḑ) d with cedilla
-cmpCedillaOgonek["D"] := "{u+1e10}" ; (Ḑ) D with cedilla
-cmpCedillaOgonek["e"] := "{u+0119}" ; (ę) e with ogonek
-cmpCedillaOgonek["E"] := "{u+0118}" ; (Ę) E with ogonek
-cmpCedillaOgonek["f"] := "{u+0229}" ; (ȩ) e with cedilla
-cmpCedillaOgonek["F"] := "{u+0228}" ; (Ȩ) E with cedilla
-cmpCedillaOgonek["g"] := "{u+0123}" ; (ģ) g with cedilla
-cmpCedillaOgonek["G"] := "{u+0122}" ; (Ģ) G with cedilla
-cmpCedillaOgonek["h"] := "{u+1e29}" ; (ḩ) h with cedilla
-cmpCedillaOgonek["H"] := "{u+1e28}" ; (Ḩ) H with cedilla
-cmpCedillaOgonek["i"] := "{u+012f}" ; (į) i with ogonek
-cmpCedillaOgonek["I"] := "{u+012e}" ; (Į) I with ogonek
-cmpCedillaOgonek["k"] := "{u+0137}" ; (ķ) k with cedilla
-cmpCedillaOgonek["K"] := "{u+0136}" ; (Ķ) K with cedilla
-cmpCedillaOgonek["l"] := "{u+013c}" ; (ļ) l with cedilla
-cmpCedillaOgonek["L"] := "{u+013b}" ; (Ļ) L with cedilla
-cmpCedillaOgonek["n"] := "{u+0146}" ; (ņ) n with cedilla
-cmpCedillaOgonek["N"] := "{u+0145}" ; (Ņ) N with cedilla
-cmpCedillaOgonek["o"] := "{u+01eb}" ; (ǫ) o with ogonek
-cmpCedillaOgonek["O"] := "{u+01ea}" ; (Ǫ) O with ogonek
-cmpCedillaOgonek["r"] := "{u+0157}" ; (ŗ) r with cedilla
-cmpCedillaOgonek["R"] := "{u+0156}" ; (Ŗ) R with cedilla
-cmpCedillaOgonek["s"] := "{u+015f}" ; (ş) s with cedilla
-cmpCedillaOgonek["S"] := "{u+015e}" ; (Ş) S with cedilla
-cmpCedillaOgonek["t"] := "{u+0163}" ; (ţ) t with cedilla
-cmpCedillaOgonek["T"] := "{u+0162}" ; (Ţ) T with cedilla
-cmpCedillaOgonek["u"] := "{u+0173}" ; (ų) u with ogonek
-cmpCedillaOgonek["U"] := "{u+0172}" ; (Ų) U with ogonek
-cmpCedillaOgonek["."] := "{u+02db}" ; (˛) ogonek
-cmpCedillaOgonek[" "] := "{u+00b8}" ; (¸) cedilla
-
-
-; Compose : Caron (v)
-
-global cmpCaron := Map()
-cmpCaron["a"] := "{u+01ce}" ; (ǎ) a with caron
-cmpCaron["A"] := "{u+01cd}" ; (Ǎ) A with caron
-cmpCaron["c"] := "{u+010d}" ; (č) c with caron
-cmpCaron["C"] := "{u+010c}" ; (Č) C with caron
-cmpCaron["d"] := "{u+010f}" ; (ď) d with caron
-cmpCaron["D"] := "{u+010e}" ; (Ď) D with caron
-cmpCaron["e"] := "{u+011b}" ; (ě) e with caron
-cmpCaron["E"] := "{u+011a}" ; (Ě) E with caron
-cmpCaron["g"] := "{u+01e7}" ; (ǧ) g with caron
-cmpCaron["G"] := "{u+01e6}" ; (Ǧ) G with caron
-cmpCaron["h"] := "{u+021f}" ; (ȟ) h with caron
-cmpCaron["H"] := "{u+021e}" ; (Ȟ) H with caron
-cmpCaron["i"] := "{u+01d0}" ; (ǐ) i with caron
-cmpCaron["I"] := "{u+01cf}" ; (Ǐ) I with caron
-cmpCaron["j"] := "{u+01f0}" ; (ǰ) j with caron
-cmpCaron["k"] := "{u+01e9}" ; (ǩ) k with caron
-cmpCaron["K"] := "{u+01e8}" ; (Ǩ) K with caron
-cmpCaron["l"] := "{u+013e}" ; (ľ) l with caron
-cmpCaron["L"] := "{u+013d}" ; (Ľ) L with caron
-cmpCaron["n"] := "{u+0148}" ; (ň) n with caron
-cmpCaron["N"] := "{u+0147}" ; (Ň) N with caron
-cmpCaron["o"] := "{u+01d2}" ; (ǒ) o with caron
-cmpCaron["O"] := "{u+01d1}" ; (Ǒ) O with caron
-cmpCaron["r"] := "{u+0159}" ; (ř) r with caron
-cmpCaron["R"] := "{u+0158}" ; (Ř) R with caron
-cmpCaron["s"] := "{u+0161}" ; (š) s with caron
-cmpCaron["S"] := "{u+0160}" ; (Š) S with caron
-cmpCaron["t"] := "{u+0165}" ; (ť) t with caron
-cmpCaron["T"] := "{u+0164}" ; (Ť) T with caron
-cmpCaron["u"] := "{u+01d4}" ; (ǔ) u with caron
-cmpCaron["U"] := "{u+01d3}" ; (Ǔ) U with caron
-cmpCaron["z"] := "{u+017e}" ; (ž) z with caron
-cmpCaron["Z"] := "{u+017d}" ; (Ž) Z with caron
-cmpCaron["3"] := "{u+01ef}" ; (ǯ) small letter ezh with caron
-cmpCaron["#"] := "{u+01ee}" ; (Ǯ) capital letter ezh with caron
-cmpCaron[" "] := "{u+02c7}" ; (ˇ) caron
-
-
-; Compose : Dot Above (.)
-
-global cmpDotAbove := Map()
-cmpDotAbove["a"] := "{u+0227}" ; (ȧ) a with dot above
-cmpDotAbove["A"] := "{u+0226}" ; (Ȧ) A with dot above
-cmpDotAbove["b"] := "{u+1e03}" ; (ḃ) b with dot above
-cmpDotAbove["B"] := "{u+1e02}" ; (Ḃ) B with dot above
-cmpDotAbove["c"] := "{u+010b}" ; (ċ) c with dot above
-cmpDotAbove["C"] := "{u+010a}" ; (Ċ) C with dot above
-cmpDotAbove["d"] := "{u+1e0b}" ; (ḋ) d with dot above
-cmpDotAbove["D"] := "{u+1e0a}" ; (Ḋ) D with dot above
-cmpDotAbove["e"] := "{u+0117}" ; (ė) e with dot above
-cmpDotAbove["E"] := "{u+0116}" ; (Ė) E with dot above
-cmpDotAbove["f"] := "{u+1e1f}" ; (ḟ) f with dot above
-cmpDotAbove["F"] := "{u+1e1e}" ; (Ḟ) F with dot above
-cmpDotAbove["g"] := "{u+0121}" ; (ġ) g with dot above
-cmpDotAbove["G"] := "{u+0120}" ; (Ġ) G with dot above
-cmpDotAbove["h"] := "{u+1e23}" ; (ḣ) h with dot above
-cmpDotAbove["H"] := "{u+1e22}" ; (Ḣ) H with dot above
-cmpDotAbove["i"] := "{u+0131}" ; (ı) dotless i (Turkish, Azerbaijani)
-cmpDotAbove["I"] := "{u+0130}" ; (İ) I with dot above (Turkish, Azerbaijani)
-cmpDotAbove["j"] := "{u+0237}" ; (ȷ) dotless j
-cmpDotAbove["l"] := "{u+0140}" ; (ŀ) l with middle dot
-cmpDotAbove["L"] := "{u+013f}" ; (Ŀ) L with middle dot
-cmpDotAbove["m"] := "{u+1e41}" ; (ṁ) m with dot above
-cmpDotAbove["M"] := "{u+1e40}" ; (Ṁ) M with dot above
-cmpDotAbove["n"] := "{u+1e45}" ; (ṅ) n with dot above
-cmpDotAbove["N"] := "{u+1e44}" ; (Ṅ) N with dot above
-cmpDotAbove["o"] := "{u+022f}" ; (ȯ) o with dot above
-cmpDotAbove["O"] := "{u+022e}" ; (Ȯ) O with dot above
-cmpDotAbove["p"] := "{u+1e57}" ; (ṗ) p with dot above
-cmpDotAbove["P"] := "{u+1e56}" ; (Ṗ) P with dot above
-cmpDotAbove["q"] := "{u+1e9b}" ; (ẛ) long s with dot above
-cmpDotAbove["r"] := "{u+1e59}" ; (ṙ) r with dot above
-cmpDotAbove["R"] := "{u+1e58}" ; (Ṙ) R with dot above
-cmpDotAbove["s"] := "{u+1e61}" ; (ṡ) s with dot above
-cmpDotAbove["S"] := "{u+1e60}" ; (Ṡ) S with dot above
-cmpDotAbove["t"] := "{u+1e6b}" ; (ṫ) t with dot above
-cmpDotAbove["T"] := "{u+1e6a}" ; (Ṫ) T with dot above
-cmpDotAbove["u"] := "{u+016f}" ; (ů) u with ring above
-cmpDotAbove["U"] := "{u+016e}" ; (Ů) U with ring above
-cmpDotAbove["w"] := "{u+1e87}" ; (ẇ) w with dot above
-cmpDotAbove["W"] := "{u+1e86}" ; (Ẇ) W with dot above
-cmpDotAbove["x"] := "{u+1e8b}" ; (ẋ) x with dot above
-cmpDotAbove["X"] := "{u+1e8a}" ; (Ẋ) X with dot above
-cmpDotAbove["y"] := "{u+1e8f}" ; (ẏ) y with dot above
-cmpDotAbove["Y"] := "{u+1e8e}" ; (Ẏ) Y with dot above
-cmpDotAbove["z"] := "{u+017c}" ; (ż) z with dot above
-cmpDotAbove["Z"] := "{u+017b}" ; (Ż) Z with dot above
-
-
-; Compose : Ring Above (o)
-
-global cmpRingAbove := Map()
-cmpRingAbove["a"] := "{u+00e5}" ; (å) a with ring above
-cmpRingAbove["A"] := "{u+00c5}" ; (Å) A with ring above
-cmpRingAbove["u"] := "{u+016f}" ; (ů) u with ring above
-cmpRingAbove["U"] := "{u+016e}" ; (Ů) U with ring above
-cmpRingAbove["w"] := "{u+1e98}" ; (ẘ) w with ring above
-cmpRingAbove["y"] := "{u+1e99}" ; (ẙ) y with ring above
-
-
-; Compose : Macron and Stroke (-)
-
-global cmpMacronStroke := Map()
-cmpMacronStroke["a"] := "{u+0101}" ; (ā) a with macron
-cmpMacronStroke["A"] := "{u+0100}" ; (Ā) A with macron
-cmpMacronStroke["b"] := "{u+0180}" ; (ƀ) b with stroke
-cmpMacronStroke["B"] := "{u+0243}" ; (Ƀ) B with stroke
-cmpMacronStroke["d"] := "{u+0111}" ; (đ) d with stroke
-cmpMacronStroke["D"] := "{u+0110}" ; (Đ) D with stroke
-cmpMacronStroke["e"] := "{u+0113}" ; (ē) e with macron
-cmpMacronStroke["E"] := "{u+0112}" ; (Ē) E with macron
-cmpMacronStroke["g"] := "{u+01e5}" ; (ǥ) g with stroke (Skolt Sami)
-cmpMacronStroke["G"] := "{u+01e4}" ; (Ǥ) G with stroke (Skolt Sami)
-cmpMacronStroke["h"] := "{u+0127}" ; (ħ) h with stroke (Maltese)
-cmpMacronStroke["H"] := "{u+0126}" ; (Ħ) H with stroke (Maltese)
-cmpMacronStroke["i"] := "{u+012b}" ; (ī) i with macron
-cmpMacronStroke["I"] := "{u+012a}" ; (Ī) I with macron
-cmpMacronStroke["j"] := "{u+0249}" ; (ɉ) j with stroke
-cmpMacronStroke["J"] := "{u+0248}" ; (Ɉ) J with stroke
-cmpMacronStroke["l"] := "{u+0142}" ; (ł) l with stroke
-cmpMacronStroke["L"] := "{u+0141}" ; (Ł) L with stroke
-cmpMacronStroke["o"] := "{u+014d}" ; (ō) o with macron
-cmpMacronStroke["O"] := "{u+014c}" ; (Ō) O with macron
-cmpMacronStroke["p"] := "{u+1d7d}" ; (ᵽ) p with stroke
-cmpMacronStroke["P"] := "{u+2c63}" ; (Ᵽ) P with stroke
-cmpMacronStroke["q"] := "{u+01ed}" ; (ǭ) o with ogonek and macron
-cmpMacronStroke["Q"] := "{u+01ec}" ; (Ǭ) O with ogonek and macron
-cmpMacronStroke["r"] := "{u+024d}" ; (ɍ) r with stroke
-cmpMacronStroke["R"] := "{u+024c}" ; (Ɍ) R with stroke
-cmpMacronStroke["t"] := "{u+0167}" ; (ŧ) t with stroke
-cmpMacronStroke["T"] := "{u+0166}" ; (Ŧ) T with stroke
-cmpMacronStroke["u"] := "{u+016b}" ; (ū) u with macron
-cmpMacronStroke["U"] := "{u+016a}" ; (Ū) U with macron
-cmpMacronStroke["y"] := "{u+0233}" ; (ȳ) y with macron
-cmpMacronStroke["Y"] := "{u+0232}" ; (Ȳ) Y with macron
-cmpMacronStroke["z"] := "{u+01b6}" ; (ƶ) z with stroke
-cmpMacronStroke["Z"] := "{u+01b5}" ; (Ƶ) Z with stroke
-cmpMacronStroke[" "] := "{u+00af}" ; (¯) macron
-
-
-; Compose : Macron and Stroke (additional) (_)
-
-global cmpMacronStrokeAdd := Map()
-cmpMacronStrokeAdd["f"] := "{u+1e9d}" ; (ẝ) long s with high stroke
-cmpMacronStrokeAdd["g"] := "{u+1e21}" ; (ḡ) g with macron
-cmpMacronStrokeAdd["G"] := "{u+1e20}" ; (Ḡ) G with macron
-cmpMacronStrokeAdd["i"] := "{u+0268}" ; (ɨ) i with stroke
-cmpMacronStrokeAdd["I"] := "{u+0197}" ; (Ɨ) I with stroke
-cmpMacronStrokeAdd["l"] := "{u+019a}" ; (ƚ) l with bar
-cmpMacronStrokeAdd["L"] := "{u+023d}" ; (Ƚ) L with bar
-cmpMacronStrokeAdd["o"] := "{u+0275}" ; (ɵ) barred o
-cmpMacronStrokeAdd["O"] := "{u+019f}" ; (Ɵ) O with middle tilde
-cmpMacronStrokeAdd["q"] := "{u+01e3}" ; (ǣ) ae with macron
-cmpMacronStrokeAdd["Q"] := "{u+01e2}" ; (Ǣ) AE with macron
-cmpMacronStrokeAdd["u"] := "{u+0289}" ; (ʉ) u with bar
-cmpMacronStrokeAdd["U"] := "{u+0244}" ; (Ʉ) U with bar
-cmpMacronStrokeAdd["y"] := "{u+024f}" ; (ɏ) y with stroke
-cmpMacronStrokeAdd["Y"] := "{u+024e}" ; (Ɏ) Y with stroke
-
-
-; Compose : Oblique/Diagonal Stroke (/)
-
-global cmpStroke := Map()
-cmpStroke["a"] := "{u+2c65}" ; (ⱥ) a with stroke
-cmpStroke["A"] := "{u+023a}" ; (Ⱥ) A with stroke
-cmpStroke["c"] := "{u+023c}" ; (ȼ) c with stroke
-cmpStroke["C"] := "{u+023b}" ; (Ȼ) C with stroke
-cmpStroke["e"] := "{u+0247}" ; (ɇ) e with stroke
-cmpStroke["E"] := "{u+0246}" ; (Ɇ) E with stroke
-cmpStroke["f"] := "{u+1e9c}" ; (ẜ) long s with diagonal stroke
-cmpStroke["g"] := "{u+a7a1}" ; (ꞡ) g with oblique stroke
-cmpStroke["G"] := "{u+a7a0}" ; (Ꞡ) G with oblique stroke
-cmpStroke["k"] := "{u+a7a3}" ; (ꞣ) k with oblique stroke
-cmpStroke["K"] := "{u+a7a2}" ; (Ꞣ) K with oblique stroke
-cmpStroke["l"] := "{u+0142}" ; (ł) l with stroke
-cmpStroke["L"] := "{u+0141}" ; (Ł) L with stroke
-cmpStroke["n"] := "{u+a7a5}" ; (ꞥ) n with oblique stroke
-cmpStroke["N"] := "{u+a7a4}" ; (Ꞥ) N with oblique stroke
-cmpStroke["o"] := "{u+00f8}" ; (ø) o with stroke
-cmpStroke["O"] := "{u+00d8}" ; (Ø) O with stroke
-cmpStroke["r"] := "{u+a7a7}" ; (ꞧ) r with oblique stroke
-cmpStroke["R"] := "{u+a7a6}" ; (Ꞧ) R with oblique stroke
-cmpStroke["s"] := "{u+a7a9}" ; (ꞩ) s with oblique stroke
-cmpStroke["S"] := "{u+a7a8}" ; (Ꞩ) S with oblique stroke
-cmpStroke["t"] := "{u+2c66}" ; (ⱦ) t with stroke
-cmpStroke["T"] := "{u+023e}" ; (Ⱦ) T with stroke
-
-
-; Compose : Breve and Special Letters (b)
-
-global cmpBreveSpecial := Map()
-cmpBreveSpecial["a"] := "{u+0103}" ; (ă) a with breve
-cmpBreveSpecial["A"] := "{u+0102}" ; (Ă) A with breve
-cmpBreveSpecial["d"] := "{u+0256}" ; (ɖ) small letter d with tail
-cmpBreveSpecial["D"] := "{u+0189}" ; (Ɖ) capital letter African D
-cmpBreveSpecial["e"] := "{u+0115}" ; (ĕ) e with breve
-cmpBreveSpecial["E"] := "{u+0114}" ; (Ĕ) E with breve
-cmpBreveSpecial["f"] := "{u+0259}" ; (ə) small letter schwa (Azerbaijani)
-cmpBreveSpecial["F"] := "{u+018f}" ; (Ə) capital letter schwa (Azerbaijani)
-cmpBreveSpecial["g"] := "{u+011f}" ; (ğ) g with breve
-cmpBreveSpecial["G"] := "{u+011e}" ; (Ğ) G with breve
-cmpBreveSpecial["i"] := "{u+012d}" ; (ĭ) i with breve
-cmpBreveSpecial["I"] := "{u+012c}" ; (Ĭ) I with breve
-cmpBreveSpecial["o"] := "{u+014f}" ; (ŏ) o with breve
-cmpBreveSpecial["O"] := "{u+014e}" ; (Ŏ) O with breve
-cmpBreveSpecial["s"] := "{u+0219}" ; (ș) s with comma below (Romanian)
-cmpBreveSpecial["S"] := "{u+0218}" ; (Ș) S with comma below (Romanian)
-cmpBreveSpecial["t"] := "{u+021b}" ; (ț) t with comma below (Romanian)
-cmpBreveSpecial["T"] := "{u+021a}" ; (Ț) T with comma below (Romanian)
-cmpBreveSpecial["u"] := "{u+016d}" ; (ŭ) u with breve
-cmpBreveSpecial["U"] := "{u+016c}" ; (Ŭ) U with breve
-cmpBreveSpecial["w"] := "{u+01bf}" ; (ƿ) small letter wynn
-cmpBreveSpecial["W"] := "{u+01f7}" ; (Ƿ) capital letter wynn
-cmpBreveSpecial["y"] := "{u+021d}" ; (ȝ) small letter yogh
-cmpBreveSpecial["Y"] := "{u+021c}" ; (Ȝ) capital letter yogh
-cmpBreveSpecial["3"] := "{u+0292}" ; (ʒ) small letter ezh
-cmpBreveSpecial["#"] := "{u+01b7}" ; (Ʒ) capital letter ezh
-cmpBreveSpecial[" "] := "{u+02d8}" ; (˘) breve
-
-
-; Compose : Double Acute Accent (=)
-
-global cmpDoubleAcute := Map()
-cmpDoubleAcute["o"] := "{u+0151}" ; (ő) o with double acute
-cmpDoubleAcute["O"] := "{u+0150}" ; (Ő) O with double acute
-cmpDoubleAcute["u"] := "{u+0171}" ; (ű) u with double acute
-cmpDoubleAcute["U"] := "{u+0170}" ; (Ű) U with double acute
-cmpDoubleAcute[" "] := "{u+02dd}" ; (˝) double acute accent
-
-
-; Compose : Hook and Horn (h)
-
-global cmpSmallH := Map()
-cmpSmallH["b"] := "{u+0253}" ; (ɓ) b with hook
-cmpSmallH["B"] := "{u+0181}" ; (Ɓ) B with hook
-cmpSmallH["c"] := "{u+0188}" ; (ƈ) c with hook
-cmpSmallH["C"] := "{u+0187}" ; (Ƈ) C with hook
-cmpSmallH["d"] := "{u+0257}" ; (ɗ) d with hook
-cmpSmallH["D"] := "{u+018a}" ; (Ɗ) D with hook
-cmpSmallH["e"] := "{u+025a}" ; (ɚ) small letter schwa with hook
-cmpSmallH["f"] := "{u+0192}" ; (ƒ) f with hook
-cmpSmallH["F"] := "{u+0191}" ; (Ƒ) F with hook
-cmpSmallH["g"] := "{u+0260}" ; (ɠ) g with hook
-cmpSmallH["G"] := "{u+0193}" ; (Ɠ) G with hook
-cmpSmallH["h"] := "{u+0266}" ; (ɦ) h with hook
-cmpSmallH["H"] := "{u+a7aa}" ; (Ɦ) H with hook
-cmpSmallH["j"] := "{u+0267}" ; (ɧ) small letter heng with hook
-cmpSmallH["k"] := "{u+0199}" ; (ƙ) k with hook
-cmpSmallH["K"] := "{u+0198}" ; (Ƙ) K with hook
-cmpSmallH["m"] := "{u+0271}" ; (ɱ) m with hook
-cmpSmallH["M"] := "{u+2c6e}" ; (Ɱ) M with hook
-cmpSmallH["n"] := "{u+0272}" ; (ɲ) n with left hook
-cmpSmallH["N"] := "{u+019d}" ; (Ɲ) N with left hook
-cmpSmallH["o"] := "{u+01a1}" ; (ơ) o with horn
-cmpSmallH["O"] := "{u+01a0}" ; (Ơ) O with horn
-cmpSmallH["p"] := "{u+01a5}" ; (ƥ) p with hook
-cmpSmallH["P"] := "{u+01a4}" ; (Ƥ) P with hook
-cmpSmallH["q"] := "{u+024b}" ; (ɋ) q with hook tail
-cmpSmallH["Q"] := "{u+024a}" ; (Ɋ) Q with hook tail
-cmpSmallH["r"] := "{u+027d}" ; (ɽ) r with tail
-cmpSmallH["R"] := "{u+2c64}" ; (Ɽ) R with tail
-cmpSmallH["s"] := "{u+0282}" ; (ʂ) s with hook
-cmpSmallH["t"] := "{u+01ad}" ; (ƭ) t with hook
-cmpSmallH["T"] := "{u+01ac}" ; (Ƭ) T with hook
-cmpSmallH["u"] := "{u+01b0}" ; (ư) u with horn
-cmpSmallH["U"] := "{u+01af}" ; (Ư) U with horn
-cmpSmallH["v"] := "{u+028b}" ; (ʋ) v with hook
-cmpSmallH["V"] := "{u+01b2}" ; (Ʋ) V with hook
-cmpSmallH["w"] := "{u+2c73}" ; (ⱳ) w with hook
-cmpSmallH["W"] := "{u+2c72}" ; (Ⱳ) W with hook
-cmpSmallH["y"] := "{u+01b4}" ; (ƴ) y with hook
-cmpSmallH["Y"] := "{u+01b3}" ; (Ƴ) Y with hook
-cmpSmallH["z"] := "{u+0225}" ; (ȥ) z with hook
-cmpSmallH["Z"] := "{u+0224}" ; (Ȥ) Z with hook
-
-
-; Compose : Retroflex Hook, Right Hook, Crossed-Tail and Variations (f)
-
-global cmpSmallF := Map()
-cmpSmallF["d"] := "{u+1d91}" ; (ᶑ) d with hook and tail
-cmpSmallF["e"] := "{u+025d}" ; (ɝ) small letter reversed open e with hook
-cmpSmallF["g"] := "{u+ab36}" ; (ꬶ) small letter script g with crossed-tail
-cmpSmallF["h"] := "{u+a727}" ; (ꜧ) small letter heng
-cmpSmallF["H"] := "{u+a726}" ; (Ꜧ) capital letter heng
-cmpSmallF["j"] := "{u+029d}" ; (ʝ) j with crossed-tail
-cmpSmallF["l"] := "{u+026d}" ; (ɭ) l with retroflex hook
-cmpSmallF["n"] := "{u+0273}" ; (ɳ) n with retroflex hook
-cmpSmallF["q"] := "{u+02a0}" ; (ʠ) q with hook
-cmpSmallF["r"] := "{u+027e}" ; (ɾ) r with fishhook
-cmpSmallF["t"] := "{u+0288}" ; (ʈ) t with retroflex hook
-cmpSmallF["T"] := "{u+01ae}" ; (Ʈ) T with retroflex hook
-cmpSmallF["v"] := "{u+2c71}" ; (ⱱ) v with right hook
-cmpSmallF["w"] := "{u+2c73}" ; (ⱳ) w with right hook
-cmpSmallF["W"] := "{u+2c72}" ; (Ⱳ) W with right hook
-cmpSmallF["z"] := "{u+0290}" ; (ʐ) z with retroflex hook
-
-
-; Compose : Latin Greek Letters and Variations (l)
-
-global cmpSmallL := Map()
-cmpSmallL["a"] := "{u+0251}" ; (ɑ) Latin small letter alpha
-cmpSmallL["A"] := "{u+2c6d}" ; (Ɑ) Latin capital letter alpha
-cmpSmallL["b"] := "{u+025e}" ; (ɞ) small letter closed reversed open e
-cmpSmallL["d"] := "{u+1e9f}" ; (ẟ) Latin small letter delta
-cmpSmallL["e"] := "{u+025b}" ; (ɛ) small letter open e (Latin small epsilon)
-cmpSmallL["E"] := "{u+0190}" ; (Ɛ) capital letter open E (Latin capital epsilon)
-cmpSmallL["f"] := "{u+0278}" ; (ɸ) Latin small letter phi
-cmpSmallL["g"] := "{u+0261}" ; (ɡ) small letter script g
-cmpSmallL["G"] := "{u+a7ac}" ; (Ɡ) capital letter script G
-cmpSmallL["h"] := "{u+01a3}" ; (ƣ) small letter gha
-cmpSmallL["H"] := "{u+01a2}" ; (Ƣ) capital letter gha
-cmpSmallL["i"] := "{u+0269}" ; (ɩ) Latin small letter iota
-cmpSmallL["I"] := "{u+0196}" ; (Ɩ) Latin capital letter iota
-cmpSmallL["j"] := "{u+0263}" ; (ɣ) Latin small letter gamma
-cmpSmallL["J"] := "{u+0194}" ; (Ɣ) Latin capital letter gamma
-cmpSmallL["k"] := "{u+0138}" ; (ĸ) small letter kra
-cmpSmallL["l"] := "{u+019b}" ; (ƛ) Latin small letter lambda with stroke (barred lambda)
-cmpSmallL["m"] := "{u+0270}" ; (ɰ) small letter turned m with long leg
-cmpSmallL["n"] := "{u+019e}" ; (ƞ) small letter n with long right leg
-cmpSmallL["N"] := "{u+0220}" ; (Ƞ) capital letter N with long right leg
-cmpSmallL["o"] := "{u+0254}" ; (ɔ) small letter open o
-cmpSmallL["O"] := "{u+0186}" ; (Ɔ) capital letter open O
-cmpSmallL["q"] := "{u+0277}" ; (ɷ) Latin small letter closed omega
-cmpSmallL["s"] := "{u+0283}" ; (ʃ) Latin small letter esh
-cmpSmallL["S"] := "{u+01a9}" ; (Ʃ) Latin capital letter esh
-cmpSmallL["u"] := "{u+028a}" ; (ʊ) Latin small letter upsilon
-cmpSmallL["U"] := "{u+01b1}" ; (Ʊ) Latin capital letter upsilon
-cmpSmallL["8"] := "{u+0223}" ; (ȣ) small letter ou
-cmpSmallL["*"] := "{u+0222}" ; (Ȣ) capital letter OU
-cmpSmallL["7"] := "{u+0242}" ; (ɂ) small letter glottal stop
-cmpSmallL["&"] := "{u+0241}" ; (Ɂ) capital letter glottal stop
-cmpSmallL["?"] := "{u+0294}" ; (ʔ) unicase letter glottal stop
-
-
-; Compose : Turned Letters (r)
-
-global cmpSmallR := Map()
-cmpSmallR["a"] := "{u+0250}" ; (ɐ) small letter turned a
-cmpSmallR["A"] := "{u+2c6f}" ; (Ɐ) capital letter turned A
-cmpSmallR["b"] := "{u+025c}" ; (ɜ) small letter reversed open e
-cmpSmallR["d"] := "{u+018d}" ; (ƍ) Latin small letter turned delta
-cmpSmallR["e"] := "{u+01dd}" ; (ǝ) small letter turned e
-cmpSmallR["E"] := "{u+018e}" ; (Ǝ) capital letter reversed E
-cmpSmallR["f"] := "{u+0258}" ; (ɘ) small letter reversed e
-cmpSmallR["g"] := "{u+1d77}" ; (ᵷ) small letter turned g
-cmpSmallR["G"] := "{u+2141}" ; (⅁) capital letter turned G
-cmpSmallR["h"] := "{u+0265}" ; (ɥ) small letter turned h
-cmpSmallR["H"] := "{u+a78d}" ; (Ɥ) capital letter turned H
-cmpSmallR["i"] := "{u+1d09}" ; (ᴉ) small letter turned i
-cmpSmallR["k"] := "{u+029e}" ; (ʞ) small letter turned k
-cmpSmallR["K"] := "{u+a7b0}" ; (Ʞ) capital letter turned K
-cmpSmallR["m"] := "{u+026f}" ; (ɯ) small letter turned m
-cmpSmallR["M"] := "{u+019c}" ; (Ɯ) capital letter turned M
-cmpSmallR["o"] := "{u+0264}" ; (ɤ) small letter ram's horn (baby gamma)
-cmpSmallR["q"] := "{u+0252}" ; (ɒ) Latin small letter turned alpha
-cmpSmallR["Q"] := "{u+2c70}" ; (Ɒ) Latin capital letter turned alpha
-cmpSmallR["r"] := "{u+0279}" ; (ɹ) small letter turned r
-cmpSmallR["t"] := "{u+0287}" ; (ʇ) small letter turned t
-cmpSmallR["v"] := "{u+028c}" ; (ʌ) small letter turned v
-cmpSmallR["V"] := "{u+0245}" ; (Ʌ) capital letter turned V
-cmpSmallR["w"] := "{u+028d}" ; (ʍ) small letter turned w
-cmpSmallR["y"] := "{u+028e}" ; (ʎ) small letter turned y
-
-
-; Compose : Currency Symbols ($)
-
-global cmpCurrency := Map()
-cmpCurrency["a"] := "{u+058f}" ; (֏) Armenian dram
-cmpCurrency["A"] := "{u+20b3}" ; (₳) Argentine austral
-cmpCurrency["b"] := "{u+20bf}" ; (₿) bitcoin
-cmpCurrency["B"] := "{u+0e3f}" ; (฿) Thai baht
-cmpCurrency["c"] := "{u+20a1}" ; (₡) Costa Rican colón
-cmpCurrency["C"] := "{u+20b5}" ; (₵) Ghanaian cedi
-cmpCurrency["d"] := "{u+20ab}" ; (₫) Vietnamese dong
-cmpCurrency["D"] := "{u+20af}" ; (₯) Greek drachma
-cmpCurrency["e"] := "{u+20ac}" ; (€) euro sign
-cmpCurrency["E"] := "{u+20a0}" ; (₠) euro-currency sign
-cmpCurrency["f"] := "{u+20a3}" ; (₣) French franc
-cmpCurrency["F"] := "{u+20a3}" ; (₣) French franc
-cmpCurrency["g"] := "{u+20b2}" ; (₲) Paraguayan guaraní
-cmpCurrency["G"] := "{u+20be}" ; (₾) Georgian lari
-cmpCurrency["h"] := "{u+20b4}" ; (₴) Ukrainian hryvnia
-cmpCurrency["H"] := "{u+20b4}" ; (₴) Ukrainian hryvnia
-cmpCurrency["i"] := "{u+20a4}" ; (₤) lira
-cmpCurrency["I"] := "{u+20b6}" ; (₶) livre tournois
-cmpCurrency["k"] := "{u+20ad}" ; (₭) Laotian kip
-cmpCurrency["K"] := "{u+20ad}" ; (₭) Laotian kip
-cmpCurrency["l"] := "{u+20ba}" ; (₺) Turkish lira
-cmpCurrency["L"] := "{u+00a3}" ; (£) pound sign
-cmpCurrency["m"] := "{u+20bc}" ; (₼) Azerbaijani manat
-cmpCurrency["M"] := "{u+20a5}" ; (₥) mill sign
-cmpCurrency["n"] := "{u+20a6}" ; (₦) Nigerian naira
-cmpCurrency["N"] := "{u+20bb}" ; (₻) Nordic mark
-cmpCurrency["o"] := "{u+00a2}" ; (¢) cent sign (dollar)
-cmpCurrency["p"] := "{u+20b1}" ; (₱) Philippine peso
-cmpCurrency["P"] := "{u+20a7}" ; (₧) Spanish pesetas
-cmpCurrency["r"] := "{u+20b9}" ; (₹) Indian rupee
-cmpCurrency["R"] := "{u+20bd}" ; (₽) Russian ruble
-cmpCurrency["s"] := "{u+20aa}" ; (₪) Israeli new shekel
-cmpCurrency["S"] := "{u+20b7}" ; (₷) spesmilo
-cmpCurrency["t"] := "{u+20ae}" ; (₮) Mongolian tögrög (tugrik)
-cmpCurrency["T"] := "{u+20b8}" ; (₸) Kazakh tenge
-cmpCurrency["u"] := "{u+20a8}" ; (₨) rupee sign
-cmpCurrency["U"] := "{u+20a2}" ; (₢) Brazilian cruzeiro
-cmpCurrency["w"] := "{u+20a9}" ; (₩) South Korean won
-cmpCurrency["W"] := "{u+20a9}" ; (₩) South Korean won
-cmpCurrency["x"] := "{u+00a4}" ; (¤) currency sign
-cmpCurrency["y"] := "{u+00a5}" ; (¥) yen sign
-cmpCurrency["Y"] := "{u+00a5}" ; (¥) yen sign
-cmpCurrency[" "] := "{u+00a4}" ; (¤) currency sign
-
-
-; Compose : Greek Alphabet (g)
-
-global cmpGreek := Map()
-cmpGreek["a"] := "{u+03b1}" ; (α) Greek small alpha
-cmpGreek["A"] := "{u+0391}" ; (Α) Greek capital alpha
-cmpGreek["b"] := "{u+03b2}" ; (β) Greek small beta
-cmpGreek["B"] := "{u+0392}" ; (Β) Greek capital beta
-cmpGreek["v"] := "{u+03b2}" ; (β) Greek small beta
-cmpGreek["V"] := "{u+0392}" ; (Β) Greek capital beta
-cmpGreek["g"] := "{u+03b3}" ; (γ) Greek small gamma
-cmpGreek["G"] := "{u+0393}" ; (Γ) Greek capital gamma
-cmpGreek["d"] := "{u+03b4}" ; (δ) Greek small delta
-cmpGreek["D"] := "{u+0394}" ; (Δ) Greek capital delta
-cmpGreek["e"] := "{u+03b5}" ; (ε) Greek small epsilon
-cmpGreek["E"] := "{u+0395}" ; (Ε) Greek capital epsilon
-cmpGreek["z"] := "{u+03b6}" ; (ζ) Greek small zeta
-cmpGreek["Z"] := "{u+0396}" ; (Ζ) Greek capital zeta
-cmpGreek["h"] := "{u+03b7}" ; (η) Greek small eta
-cmpGreek["H"] := "{u+0397}" ; (Η) Greek capital eta
-cmpGreek["j"] := "{u+03b8}" ; (θ) Greek small theta
-cmpGreek["J"] := "{u+0398}" ; (Θ) Greek capital theta
-cmpGreek["i"] := "{u+03b9}" ; (ι) Greek small iota
-cmpGreek["I"] := "{u+0399}" ; (Ι) Greek capital iota
-cmpGreek["k"] := "{u+03ba}" ; (κ) Greek small kappa
-cmpGreek["K"] := "{u+039a}" ; (Κ) Greek capital kappa
-cmpGreek["l"] := "{u+03bb}" ; (λ) Greek small lambda
-cmpGreek["L"] := "{u+039b}" ; (Λ) Greek capital lambda
-cmpGreek["m"] := "{u+03bc}" ; (μ) Greek small mu
-cmpGreek["M"] := "{u+039c}" ; (Μ) Greek capital mu
-cmpGreek["n"] := "{u+03bd}" ; (ν) Greek small nu
-cmpGreek["N"] := "{u+039d}" ; (Ν) Greek capital nu
-cmpGreek["x"] := "{u+03be}" ; (ξ) Greek small xi
-cmpGreek["X"] := "{u+039e}" ; (Ξ) Greek capital xi
-cmpGreek["o"] := "{u+03bf}" ; (ο) Greek small omicron
-cmpGreek["O"] := "{u+039f}" ; (Ο) Greek capital omicron
-cmpGreek["p"] := "{u+03c0}" ; (π) Greek small pi
-cmpGreek["P"] := "{u+03a0}" ; (Π) Greek capital pi
-cmpGreek["r"] := "{u+03c1}" ; (ρ) Greek small rho
-cmpGreek["R"] := "{u+03a1}" ; (Ρ) Greek capital rho
-cmpGreek["s"] := "{u+03c3}" ; (σ) Greek small sigma
-cmpGreek[","] := "{u+03c2}" ; (ς) Greek small final sigma
-cmpGreek["S"] := "{u+03a3}" ; (Σ) Greek capital sigma
-cmpGreek["t"] := "{u+03c4}" ; (τ) Greek small tau
-cmpGreek["T"] := "{u+03a4}" ; (Τ) Greek capital tau
-cmpGreek["u"] := "{u+03c5}" ; (υ) Greek small upsilon
-cmpGreek["U"] := "{u+03a5}" ; (Υ) Greek capital upsilon
-cmpGreek["y"] := "{u+03c5}" ; (υ) Greek small upsilon
-cmpGreek["Y"] := "{u+03a5}" ; (Υ) Greek capital upsilon
-cmpGreek["f"] := "{u+03c6}" ; (φ) Greek small phi
-cmpGreek["F"] := "{u+03a6}" ; (Φ) Greek capital phi
-cmpGreek["c"] := "{u+03c7}" ; (χ) Greek small chi
-cmpGreek["C"] := "{u+03a7}" ; (Χ) Greek capital chi
-cmpGreek["w"] := "{u+03c8}" ; (ψ) Greek small psi
-cmpGreek["W"] := "{u+03a8}" ; (Ψ) Greek capital psi
-cmpGreek["q"] := "{u+03c9}" ; (ω) Greek small omega
-cmpGreek["Q"] := "{u+03a9}" ; (Ω) Greek capital omega
-
-
-; Compose : Superscript Characters (p)
-
-global cmpSuperscript := Map()
-cmpSuperscript["1"] := "{u+00b9}" ; (¹) superscript 1
-cmpSuperscript["2"] := "{u+00b2}" ; (²) superscript 2
-cmpSuperscript["3"] := "{u+00b3}" ; (³) superscript 3
-cmpSuperscript["4"] := "{u+2074}" ; (⁴) superscript 4
-cmpSuperscript["5"] := "{u+2075}" ; (⁵) superscript 5
-cmpSuperscript["6"] := "{u+2076}" ; (⁶) superscript 6
-cmpSuperscript["7"] := "{u+2077}" ; (⁷) superscript 7
-cmpSuperscript["8"] := "{u+2078}" ; (⁸) superscript 8
-cmpSuperscript["9"] := "{u+2079}" ; (⁹) superscript 9
-cmpSuperscript["0"] := "{u+2070}" ; (⁰) superscript 0
-cmpSuperscript["i"] := "{u+2071}" ; (ⁱ) superscript i
-cmpSuperscript["n"] := "{u+207f}" ; (ⁿ) superscript n
-cmpSuperscript["+"] := "{u+207a}" ; (⁺) superscript +
-cmpSuperscript["-"] := "{u+207b}" ; (⁻) superscript -
-cmpSuperscript["="] := "{u+207c}" ; (⁼) superscript =
-cmpSuperscript["("] := "{u+207d}" ; (⁽) superscript (
-cmpSuperscript[")"] := "{u+207e}" ; (⁾) superscript )
-
-
-; Compose : Subscript Characters (u)
-
-global cmpSubscript := Map()
-cmpSubscript["1"] := "{u+2081}" ; (₁) subscript 1
-cmpSubscript["2"] := "{u+2082}" ; (₂) subscript 2
-cmpSubscript["3"] := "{u+2083}" ; (₃) subscript 3
-cmpSubscript["4"] := "{u+2084}" ; (₄) subscript 4
-cmpSubscript["5"] := "{u+2085}" ; (₅) subscript 5
-cmpSubscript["6"] := "{u+2086}" ; (₆) subscript 6
-cmpSubscript["7"] := "{u+2087}" ; (₇) subscript 7
-cmpSubscript["8"] := "{u+2088}" ; (₈) subscript 8
-cmpSubscript["9"] := "{u+2089}" ; (₉) subscript 9
-cmpSubscript["0"] := "{u+2080}" ; (₀) subscript 0
-cmpSubscript["a"] := "{u+2090}" ; (ₐ) subscript a
-cmpSubscript["b"] := "{u+1d66}" ; (ᵦ) subscript beta
-cmpSubscript["c"] := "{u+1d6a}" ; (ᵪ) subscript chi
-cmpSubscript["e"] := "{u+2091}" ; (ₑ) subscript e
-cmpSubscript["E"] := "{u+2094}" ; (ₔ) subscript schwa
-cmpSubscript["f"] := "{u+1d69}" ; (ᵩ) subscript phi
-cmpSubscript["g"] := "{u+1d67}" ; (ᵧ) subscript gamma
-cmpSubscript["h"] := "{u+2095}" ; (ₕ) subscript h
-cmpSubscript["i"] := "{u+1d62}" ; (ᵢ) subscript i
-cmpSubscript["j"] := "{u+2c7c}" ; (ⱼ) subscript j
-cmpSubscript["k"] := "{u+2096}" ; (ₖ) subscript k
-cmpSubscript["l"] := "{u+2097}" ; (ₗ) subscript l
-cmpSubscript["m"] := "{u+2098}" ; (ₘ) subscript m
-cmpSubscript["n"] := "{u+2099}" ; (ₙ) subscript n
-cmpSubscript["o"] := "{u+2092}" ; (ₒ) subscript o
-cmpSubscript["p"] := "{u+209a}" ; (ₚ) subscript p
-cmpSubscript["r"] := "{u+1d63}" ; (ᵣ) subscript r
-cmpSubscript["R"] := "{u+1d68}" ; (ᵨ) subscript rho
-cmpSubscript["s"] := "{u+209b}" ; (ₛ) subscript s
-cmpSubscript["t"] := "{u+209c}" ; (ₜ) subscript t
-cmpSubscript["u"] := "{u+1d64}" ; (ᵤ) subscript u
-cmpSubscript["v"] := "{u+1d65}" ; (ᵥ) subscript v
-cmpSubscript["x"] := "{u+2093}" ; (ₓ) subscript x
-cmpSubscript["+"] := "{u+208a}" ; (₊) subscript +
-cmpSubscript["-"] := "{u+208b}" ; (₋) subscript -
-cmpSubscript["="] := "{u+208c}" ; (₌) subscript =
-cmpSubscript["("] := "{u+208d}" ; (₍) subscript (
-cmpSubscript[")"] := "{u+208e}" ; (₎) subscript )
+global gEndKeys := "{bs}{esc}" ; ends dead key input on Backspace or Escape
+
+
+; Compose Key Sequences (declaration)
+
+global compose := Map()
+
+
+; Compose : Acute Accent
+
+compose["'a"] := "{u+00e1}" ; (á) a with acute
+compose["'A"] := "{u+00c1}" ; (Á) A with acute
+compose["'c"] := "{u+0107}" ; (ć) c with acute
+compose["'C"] := "{u+0106}" ; (Ć) C with acute
+compose["'d"] := "{u+1e09}" ; (ḉ) c with cedilla and acute
+compose["'D"] := "{u+1e08}" ; (Ḉ) C with cedilla and acute
+compose["'e"] := "{u+00e9}" ; (é) e with acute
+compose["'E"] := "{u+00c9}" ; (É) E with acute
+compose["'g"] := "{u+01f5}" ; (ǵ) g with acute
+compose["'G"] := "{u+01f4}" ; (Ǵ) G with acute
+compose["'i"] := "{u+00ed}" ; (í) i with acute
+compose["'I"] := "{u+00cd}" ; (Í) I with acute
+compose["'j"] := "{u+01ff}" ; (ǿ) o with stroke and acute
+compose["'J"] := "{u+01fe}" ; (Ǿ) O with stroke and acute
+compose["'k"] := "{u+1e31}" ; (ḱ) k with acute
+compose["'K"] := "{u+1e30}" ; (Ḱ) K with acute
+compose["'l"] := "{u+013a}" ; (ĺ) l with acute
+compose["'L"] := "{u+0139}" ; (Ĺ) L with acute
+compose["'m"] := "{u+1e3f}" ; (ḿ) m with acute
+compose["'M"] := "{u+1e3e}" ; (Ḿ) M with acute
+compose["'n"] := "{u+0144}" ; (ń) n with acute
+compose["'N"] := "{u+0143}" ; (Ń) N with acute
+compose["'o"] := "{u+00f3}" ; (ó) o with acute
+compose["'O"] := "{u+00d3}" ; (Ó) O with acute
+compose["'p"] := "{u+1e55}" ; (ṕ) p with acute
+compose["'P"] := "{u+1e54}" ; (Ṕ) P with acute
+compose["'q"] := "{u+01fd}" ; (ǽ) ae with acute
+compose["'Q"] := "{u+01fc}" ; (Ǽ) AE with acute
+compose["'r"] := "{u+0155}" ; (ŕ) r with acute
+compose["'R"] := "{u+0154}" ; (Ŕ) R with acute
+compose["'s"] := "{u+015b}" ; (ś) s with acute
+compose["'S"] := "{u+015a}" ; (Ś) S with acute
+compose["'u"] := "{u+00fa}" ; (ú) u with acute
+compose["'U"] := "{u+00da}" ; (Ú) U with acute
+compose["'w"] := "{u+1e83}" ; (ẃ) w with acute
+compose["'W"] := "{u+1e82}" ; (Ẃ) W with acute
+compose["'x"] := "{u+01fb}" ; (ǻ) a with ring above and acute
+compose["'X"] := "{u+01fa}" ; (Ǻ) A with ring above and acute
+compose["'y"] := "{u+00fd}" ; (ý) y with acute
+compose["'Y"] := "{u+00dd}" ; (Ý) Y with acute
+compose["'z"] := "{u+017a}" ; (ź) z with acute
+compose["'Z"] := "{u+0179}" ; (Ź) Z with acute
+
+
+; Compose : Grave Accent
+
+compose["``a"] := "{u+00e0}" ; (à) a with grave
+compose["``A"] := "{u+00c0}" ; (À) A with grave
+compose["``e"] := "{u+00e8}" ; (è) e with grave
+compose["``E"] := "{u+00c8}" ; (È) E with grave
+compose["``i"] := "{u+00ec}" ; (ì) i with grave
+compose["``I"] := "{u+00cc}" ; (Ì) I with grave
+compose["``n"] := "{u+01f9}" ; (ǹ) n with grave
+compose["``N"] := "{u+01f8}" ; (Ǹ) N with grave
+compose["``o"] := "{u+00f2}" ; (ò) o with grave
+compose["``O"] := "{u+00d2}" ; (Ò) O with grave
+compose["``u"] := "{u+00f9}" ; (ù) u with grave
+compose["``U"] := "{u+00d9}" ; (Ù) U with grave
+compose["``w"] := "{u+1e81}" ; (ẁ) w with grave
+compose["``W"] := "{u+1e80}" ; (Ẁ) W with grave
+compose["``y"] := "{u+1ef3}" ; (ỳ) y with grave
+compose["``Y"] := "{u+1ef2}" ; (Ỳ) Y with grave
+
+
+; Compose : Diaeresis
+
+compose["`"a"] := "{u+00e4}" ; (ä) a with diaeresis
+compose["`"A"] := "{u+00c4}" ; (Ä) A with diaeresis
+compose["`"e"] := "{u+00eb}" ; (ë) e with diaeresis
+compose["`"E"] := "{u+00cb}" ; (Ë) E with diaeresis
+compose["`"h"] := "{u+1e27}" ; (ḧ) h with diaeresis
+compose["`"H"] := "{u+1e26}" ; (Ḧ) H with diaeresis
+compose["`"i"] := "{u+00ef}" ; (ï) i with diaeresis
+compose["`"I"] := "{u+00cf}" ; (Ï) I with diaeresis
+compose["`"o"] := "{u+00f6}" ; (ö) o with diaeresis
+compose["`"O"] := "{u+00d6}" ; (Ö) O with diaeresis
+compose["`"t"] := "{u+1e97}" ; (ẗ) t with diaeresis
+compose["`"u"] := "{u+00fc}" ; (ü) u with diaeresis
+compose["`"U"] := "{u+00dc}" ; (Ü) U with diaeresis
+compose["`"w"] := "{u+1e85}" ; (ẅ) w with diaeresis
+compose["`"W"] := "{u+1e84}" ; (Ẅ) W with diaeresis
+compose["`"x"] := "{u+1e8d}" ; (ẍ) x with diaeresis
+compose["`"X"] := "{u+1e8c}" ; (Ẍ) X with diaeresis
+compose["`"y"] := "{u+00ff}" ; (ÿ) y with diaeresis
+compose["`"Y"] := "{u+0178}" ; (Ÿ) Y with diaeresis
+
+
+; Compose : Circumflex Accent
+
+compose["ca"] := "{u+00e2}" ; (â) a with circumflex
+compose["cA"] := "{u+00c2}" ; (Â) A with circumflex
+compose["cc"] := "{u+0109}" ; (ĉ) c with circumflex
+compose["cC"] := "{u+0108}" ; (Ĉ) C with circumflex
+compose["ce"] := "{u+00ea}" ; (ê) e with circumflex
+compose["cE"] := "{u+00ca}" ; (Ê) E with circumflex
+compose["cg"] := "{u+011d}" ; (ĝ) g with circumflex
+compose["cG"] := "{u+011c}" ; (Ĝ) G with circumflex
+compose["ch"] := "{u+0125}" ; (ĥ) h with circumflex
+compose["cH"] := "{u+0124}" ; (Ĥ) H with circumflex
+compose["ci"] := "{u+00ee}" ; (î) i with circumflex
+compose["cI"] := "{u+00ce}" ; (Î) I with circumflex
+compose["cj"] := "{u+0135}" ; (ĵ) j with circumflex
+compose["cJ"] := "{u+0134}" ; (Ĵ) J with circumflex
+compose["co"] := "{u+00f4}" ; (ô) o with circumflex
+compose["cO"] := "{u+00d4}" ; (Ô) O with circumflex
+compose["cs"] := "{u+015d}" ; (ŝ) s with circumflex
+compose["cS"] := "{u+015c}" ; (Ŝ) S with circumflex
+compose["cu"] := "{u+00fb}" ; (û) u with circumflex
+compose["cU"] := "{u+00db}" ; (Û) U with circumflex
+compose["cw"] := "{u+0175}" ; (ŵ) w with circumflex
+compose["cW"] := "{u+0174}" ; (Ŵ) W with circumflex
+compose["cy"] := "{u+0177}" ; (ŷ) y with circumflex
+compose["cY"] := "{u+0176}" ; (Ŷ) Y with circumflex
+compose["cz"] := "{u+1e91}" ; (ẑ) z with circumflex
+compose["cZ"] := "{u+1e90}" ; (Ẑ) Z with circumflex
+
+
+; Compose : Tilde
+
+compose["~a"] := "{u+00e3}" ; (ã) a with tilde
+compose["~A"] := "{u+00c3}" ; (Ã) A with tilde
+compose["~e"] := "{u+1ebd}" ; (ẽ) e with tilde
+compose["~E"] := "{u+1ebc}" ; (Ẽ) E with tilde
+compose["~i"] := "{u+0129}" ; (ĩ) i with tilde
+compose["~I"] := "{u+0128}" ; (Ĩ) I with tilde
+compose["~l"] := "{u+026b}" ; (ɫ) l with middle tilde
+compose["~L"] := "{u+2c62}" ; (Ɫ) L with middle tilde
+compose["~n"] := "{u+00f1}" ; (ñ) n with tilde
+compose["~N"] := "{u+00d1}" ; (Ñ) N with tilde
+compose["~o"] := "{u+00f5}" ; (õ) o with tilde
+compose["~O"] := "{u+00d5}" ; (Õ) O with tilde
+compose["~u"] := "{u+0169}" ; (ũ) u with tilde
+compose["~U"] := "{u+0168}" ; (Ũ) U with tilde
+compose["~v"] := "{u+1e7d}" ; (ṽ) v with tilde
+compose["~V"] := "{u+1e7c}" ; (Ṽ) V with tilde
+compose["~y"] := "{u+1ef9}" ; (ỹ) y with tilde
+compose["~Y"] := "{u+1ef8}" ; (Ỹ) Y with tilde
+
+
+; Compose : Cedilla and Ogonek
+
+compose[",a"] := "{u+0105}" ; (ą) a with ogonek
+compose[",A"] := "{u+0104}" ; (Ą) A with ogonek
+compose[",c"] := "{u+00e7}" ; (ç) c with cedilla
+compose[",C"] := "{u+00c7}" ; (Ç) C with cedilla
+compose[",d"] := "{u+1e11}" ; (ḑ) d with cedilla
+compose[",D"] := "{u+1e10}" ; (Ḑ) D with cedilla
+compose[",e"] := "{u+0119}" ; (ę) e with ogonek
+compose[",E"] := "{u+0118}" ; (Ę) E with ogonek
+compose[",f"] := "{u+0229}" ; (ȩ) e with cedilla
+compose[",F"] := "{u+0228}" ; (Ȩ) E with cedilla
+compose[",g"] := "{u+0123}" ; (ģ) g with cedilla
+compose[",G"] := "{u+0122}" ; (Ģ) G with cedilla
+compose[",h"] := "{u+1e29}" ; (ḩ) h with cedilla
+compose[",H"] := "{u+1e28}" ; (Ḩ) H with cedilla
+compose[",i"] := "{u+012f}" ; (į) i with ogonek
+compose[",I"] := "{u+012e}" ; (Į) I with ogonek
+compose[",k"] := "{u+0137}" ; (ķ) k with cedilla
+compose[",K"] := "{u+0136}" ; (Ķ) K with cedilla
+compose[",l"] := "{u+013c}" ; (ļ) l with cedilla
+compose[",L"] := "{u+013b}" ; (Ļ) L with cedilla
+compose[",n"] := "{u+0146}" ; (ņ) n with cedilla
+compose[",N"] := "{u+0145}" ; (Ņ) N with cedilla
+compose[",o"] := "{u+01eb}" ; (ǫ) o with ogonek
+compose[",O"] := "{u+01ea}" ; (Ǫ) O with ogonek
+compose[",r"] := "{u+0157}" ; (ŗ) r with cedilla
+compose[",R"] := "{u+0156}" ; (Ŗ) R with cedilla
+compose[",s"] := "{u+015f}" ; (ş) s with cedilla
+compose[",S"] := "{u+015e}" ; (Ş) S with cedilla
+compose[",t"] := "{u+0163}" ; (ţ) t with cedilla
+compose[",T"] := "{u+0162}" ; (Ţ) T with cedilla
+compose[",u"] := "{u+0173}" ; (ų) u with ogonek
+compose[",U"] := "{u+0172}" ; (Ų) U with ogonek
+
+
+; Compose : Caron
+
+compose["va"] := "{u+01ce}" ; (ǎ) a with caron
+compose["vA"] := "{u+01cd}" ; (Ǎ) A with caron
+compose["vc"] := "{u+010d}" ; (č) c with caron
+compose["vC"] := "{u+010c}" ; (Č) C with caron
+compose["vd"] := "{u+010f}" ; (ď) d with caron
+compose["vD"] := "{u+010e}" ; (Ď) D with caron
+compose["ve"] := "{u+011b}" ; (ě) e with caron
+compose["vE"] := "{u+011a}" ; (Ě) E with caron
+compose["vg"] := "{u+01e7}" ; (ǧ) g with caron
+compose["vG"] := "{u+01e6}" ; (Ǧ) G with caron
+compose["vh"] := "{u+021f}" ; (ȟ) h with caron
+compose["vH"] := "{u+021e}" ; (Ȟ) H with caron
+compose["vi"] := "{u+01d0}" ; (ǐ) i with caron
+compose["vI"] := "{u+01cf}" ; (Ǐ) I with caron
+compose["vj"] := "{u+01f0}" ; (ǰ) j with caron
+compose["vk"] := "{u+01e9}" ; (ǩ) k with caron
+compose["vK"] := "{u+01e8}" ; (Ǩ) K with caron
+compose["vl"] := "{u+013e}" ; (ľ) l with caron
+compose["vL"] := "{u+013d}" ; (Ľ) L with caron
+compose["vn"] := "{u+0148}" ; (ň) n with caron
+compose["vN"] := "{u+0147}" ; (Ň) N with caron
+compose["vo"] := "{u+01d2}" ; (ǒ) o with caron
+compose["vO"] := "{u+01d1}" ; (Ǒ) O with caron
+compose["vr"] := "{u+0159}" ; (ř) r with caron
+compose["vR"] := "{u+0158}" ; (Ř) R with caron
+compose["vs"] := "{u+0161}" ; (š) s with caron
+compose["vS"] := "{u+0160}" ; (Š) S with caron
+compose["vt"] := "{u+0165}" ; (ť) t with caron
+compose["vT"] := "{u+0164}" ; (Ť) T with caron
+compose["vu"] := "{u+01d4}" ; (ǔ) u with caron
+compose["vU"] := "{u+01d3}" ; (Ǔ) U with caron
+compose["vz"] := "{u+017e}" ; (ž) z with caron
+compose["vZ"] := "{u+017d}" ; (Ž) Z with caron
+compose["v3"] := "{u+01ef}" ; (ǯ) small letter ezh with caron
+compose["v#"] := "{u+01ee}" ; (Ǯ) capital letter ezh with caron
+
+
+; Compose : Dot Above
+
+compose[".a"] := "{u+0227}" ; (ȧ) a with dot above
+compose[".A"] := "{u+0226}" ; (Ȧ) A with dot above
+compose[".b"] := "{u+1e03}" ; (ḃ) b with dot above
+compose[".B"] := "{u+1e02}" ; (Ḃ) B with dot above
+compose[".c"] := "{u+010b}" ; (ċ) c with dot above
+compose[".C"] := "{u+010a}" ; (Ċ) C with dot above
+compose[".d"] := "{u+1e0b}" ; (ḋ) d with dot above
+compose[".D"] := "{u+1e0a}" ; (Ḋ) D with dot above
+compose[".e"] := "{u+0117}" ; (ė) e with dot above
+compose[".E"] := "{u+0116}" ; (Ė) E with dot above
+compose[".f"] := "{u+1e1f}" ; (ḟ) f with dot above
+compose[".F"] := "{u+1e1e}" ; (Ḟ) F with dot above
+compose[".g"] := "{u+0121}" ; (ġ) g with dot above
+compose[".G"] := "{u+0120}" ; (Ġ) G with dot above
+compose[".h"] := "{u+1e23}" ; (ḣ) h with dot above
+compose[".H"] := "{u+1e22}" ; (Ḣ) H with dot above
+compose[".i"] := "{u+0131}" ; (ı) dotless i (Turkish, Azerbaijani)
+compose[".I"] := "{u+0130}" ; (İ) I with dot above (Turkish, Azerbaijani)
+compose[".j"] := "{u+0237}" ; (ȷ) dotless j
+compose[".l"] := "{u+0140}" ; (ŀ) l with middle dot
+compose[".L"] := "{u+013f}" ; (Ŀ) L with middle dot
+compose[".m"] := "{u+1e41}" ; (ṁ) m with dot above
+compose[".M"] := "{u+1e40}" ; (Ṁ) M with dot above
+compose[".n"] := "{u+1e45}" ; (ṅ) n with dot above
+compose[".N"] := "{u+1e44}" ; (Ṅ) N with dot above
+compose[".o"] := "{u+022f}" ; (ȯ) o with dot above
+compose[".O"] := "{u+022e}" ; (Ȯ) O with dot above
+compose[".p"] := "{u+1e57}" ; (ṗ) p with dot above
+compose[".P"] := "{u+1e56}" ; (Ṗ) P with dot above
+compose[".q"] := "{u+1e9b}" ; (ẛ) long s with dot above
+compose[".r"] := "{u+1e59}" ; (ṙ) r with dot above
+compose[".R"] := "{u+1e58}" ; (Ṙ) R with dot above
+compose[".s"] := "{u+1e61}" ; (ṡ) s with dot above
+compose[".S"] := "{u+1e60}" ; (Ṡ) S with dot above
+compose[".t"] := "{u+1e6b}" ; (ṫ) t with dot above
+compose[".T"] := "{u+1e6a}" ; (Ṫ) T with dot above
+compose[".u"] := "{u+016f}" ; (ů) u with ring above
+compose[".U"] := "{u+016e}" ; (Ů) U with ring above
+compose[".w"] := "{u+1e87}" ; (ẇ) w with dot above
+compose[".W"] := "{u+1e86}" ; (Ẇ) W with dot above
+compose[".x"] := "{u+1e8b}" ; (ẋ) x with dot above
+compose[".X"] := "{u+1e8a}" ; (Ẋ) X with dot above
+compose[".y"] := "{u+1e8f}" ; (ẏ) y with dot above
+compose[".Y"] := "{u+1e8e}" ; (Ẏ) Y with dot above
+compose[".z"] := "{u+017c}" ; (ż) z with dot above
+compose[".Z"] := "{u+017b}" ; (Ż) Z with dot above
+
+
+; Compose : Ring Above
+
+compose["oa"] := "{u+00e5}" ; (å) a with ring above
+compose["oA"] := "{u+00c5}" ; (Å) A with ring above
+compose["ou"] := "{u+016f}" ; (ů) u with ring above
+compose["oU"] := "{u+016e}" ; (Ů) U with ring above
+compose["ow"] := "{u+1e98}" ; (ẘ) w with ring above
+compose["oy"] := "{u+1e99}" ; (ẙ) y with ring above
+
+
+; Compose : Macron and Stroke
+
+compose["-a"] := "{u+0101}" ; (ā) a with macron
+compose["-A"] := "{u+0100}" ; (Ā) A with macron
+compose["-b"] := "{u+0180}" ; (ƀ) b with stroke
+compose["-B"] := "{u+0243}" ; (Ƀ) B with stroke
+compose["-d"] := "{u+0111}" ; (đ) d with stroke
+compose["-D"] := "{u+0110}" ; (Đ) D with stroke
+compose["-e"] := "{u+0113}" ; (ē) e with macron
+compose["-E"] := "{u+0112}" ; (Ē) E with macron
+compose["-g"] := "{u+01e5}" ; (ǥ) g with stroke (Skolt Sami)
+compose["-G"] := "{u+01e4}" ; (Ǥ) G with stroke (Skolt Sami)
+compose["-h"] := "{u+0127}" ; (ħ) h with stroke (Maltese)
+compose["-H"] := "{u+0126}" ; (Ħ) H with stroke (Maltese)
+compose["-i"] := "{u+012b}" ; (ī) i with macron
+compose["-I"] := "{u+012a}" ; (Ī) I with macron
+compose["-j"] := "{u+0249}" ; (ɉ) j with stroke
+compose["-J"] := "{u+0248}" ; (Ɉ) J with stroke
+compose["-l"] := "{u+0142}" ; (ł) l with stroke
+compose["-L"] := "{u+0141}" ; (Ł) L with stroke
+compose["-o"] := "{u+014d}" ; (ō) o with macron
+compose["-O"] := "{u+014c}" ; (Ō) O with macron
+compose["-p"] := "{u+1d7d}" ; (ᵽ) p with stroke
+compose["-P"] := "{u+2c63}" ; (Ᵽ) P with stroke
+compose["-q"] := "{u+01ed}" ; (ǭ) o with ogonek and macron
+compose["-Q"] := "{u+01ec}" ; (Ǭ) O with ogonek and macron
+compose["-r"] := "{u+024d}" ; (ɍ) r with stroke
+compose["-R"] := "{u+024c}" ; (Ɍ) R with stroke
+compose["-t"] := "{u+0167}" ; (ŧ) t with stroke
+compose["-T"] := "{u+0166}" ; (Ŧ) T with stroke
+compose["-u"] := "{u+016b}" ; (ū) u with macron
+compose["-U"] := "{u+016a}" ; (Ū) U with macron
+compose["-y"] := "{u+0233}" ; (ȳ) y with macron
+compose["-Y"] := "{u+0232}" ; (Ȳ) Y with macron
+compose["-z"] := "{u+01b6}" ; (ƶ) z with stroke
+compose["-Z"] := "{u+01b5}" ; (Ƶ) Z with stroke
+
+
+; Compose : Macron and Stroke (additional)
+
+compose["_f"] := "{u+1e9d}" ; (ẝ) long s with high stroke
+compose["_g"] := "{u+1e21}" ; (ḡ) g with macron
+compose["_G"] := "{u+1e20}" ; (Ḡ) G with macron
+compose["_i"] := "{u+0268}" ; (ɨ) i with stroke
+compose["_I"] := "{u+0197}" ; (Ɨ) I with stroke
+compose["_l"] := "{u+019a}" ; (ƚ) l with bar
+compose["_L"] := "{u+023d}" ; (Ƚ) L with bar
+compose["_o"] := "{u+0275}" ; (ɵ) barred o
+compose["_O"] := "{u+019f}" ; (Ɵ) O with middle tilde
+compose["_q"] := "{u+01e3}" ; (ǣ) ae with macron
+compose["_Q"] := "{u+01e2}" ; (Ǣ) AE with macron
+compose["_u"] := "{u+0289}" ; (ʉ) u with bar
+compose["_U"] := "{u+0244}" ; (Ʉ) U with bar
+compose["_y"] := "{u+024f}" ; (ɏ) y with stroke
+compose["_Y"] := "{u+024e}" ; (Ɏ) Y with stroke
+
+
+; Compose : Oblique/Diagonal Stroke
+
+compose["/a"] := "{u+2c65}" ; (ⱥ) a with stroke
+compose["/A"] := "{u+023a}" ; (Ⱥ) A with stroke
+compose["/c"] := "{u+023c}" ; (ȼ) c with stroke
+compose["/C"] := "{u+023b}" ; (Ȼ) C with stroke
+compose["/e"] := "{u+0247}" ; (ɇ) e with stroke
+compose["/E"] := "{u+0246}" ; (Ɇ) E with stroke
+compose["/f"] := "{u+1e9c}" ; (ẜ) long s with diagonal stroke
+compose["/g"] := "{u+a7a1}" ; (ꞡ) g with oblique stroke
+compose["/G"] := "{u+a7a0}" ; (Ꞡ) G with oblique stroke
+compose["/k"] := "{u+a7a3}" ; (ꞣ) k with oblique stroke
+compose["/K"] := "{u+a7a2}" ; (Ꞣ) K with oblique stroke
+compose["/l"] := "{u+0142}" ; (ł) l with stroke
+compose["/L"] := "{u+0141}" ; (Ł) L with stroke
+compose["/n"] := "{u+a7a5}" ; (ꞥ) n with oblique stroke
+compose["/N"] := "{u+a7a4}" ; (Ꞥ) N with oblique stroke
+compose["/o"] := "{u+00f8}" ; (ø) o with stroke
+compose["/O"] := "{u+00d8}" ; (Ø) O with stroke
+compose["/r"] := "{u+a7a7}" ; (ꞧ) r with oblique stroke
+compose["/R"] := "{u+a7a6}" ; (Ꞧ) R with oblique stroke
+compose["/s"] := "{u+a7a9}" ; (ꞩ) s with oblique stroke
+compose["/S"] := "{u+a7a8}" ; (Ꞩ) S with oblique stroke
+compose["/t"] := "{u+2c66}" ; (ⱦ) t with stroke
+compose["/T"] := "{u+023e}" ; (Ⱦ) T with stroke
+
+
+; Compose : Breve and Special Letters
+
+compose["ba"] := "{u+0103}" ; (ă) a with breve
+compose["bA"] := "{u+0102}" ; (Ă) A with breve
+compose["bd"] := "{u+0256}" ; (ɖ) small letter d with tail
+compose["bD"] := "{u+0189}" ; (Ɖ) capital letter African D
+compose["be"] := "{u+0115}" ; (ĕ) e with breve
+compose["bE"] := "{u+0114}" ; (Ĕ) E with breve
+compose["bg"] := "{u+011f}" ; (ğ) g with breve
+compose["bG"] := "{u+011e}" ; (Ğ) G with breve
+compose["bi"] := "{u+012d}" ; (ĭ) i with breve
+compose["bI"] := "{u+012c}" ; (Ĭ) I with breve
+compose["bo"] := "{u+014f}" ; (ŏ) o with breve
+compose["bO"] := "{u+014e}" ; (Ŏ) O with breve
+compose["bs"] := "{u+0219}" ; (ș) s with comma below (Romanian)
+compose["bS"] := "{u+0218}" ; (Ș) S with comma below (Romanian)
+compose["bt"] := "{u+021b}" ; (ț) t with comma below (Romanian)
+compose["bT"] := "{u+021a}" ; (Ț) T with comma below (Romanian)
+compose["bu"] := "{u+016d}" ; (ŭ) u with breve
+compose["bU"] := "{u+016c}" ; (Ŭ) U with breve
+compose["bw"] := "{u+01bf}" ; (ƿ) small letter wynn
+compose["bW"] := "{u+01f7}" ; (Ƿ) capital letter wynn
+compose["by"] := "{u+021d}" ; (ȝ) small letter yogh
+compose["bY"] := "{u+021c}" ; (Ȝ) capital letter yogh
+compose["b3"] := "{u+0292}" ; (ʒ) small letter ezh
+compose["b#"] := "{u+01b7}" ; (Ʒ) capital letter ezh
+
+
+; Compose : Double Acute Accent
+
+compose["=o"] := "{u+0151}" ; (ő) o with double acute
+compose["=O"] := "{u+0150}" ; (Ő) O with double acute
+compose["=u"] := "{u+0171}" ; (ű) u with double acute
+compose["=U"] := "{u+0170}" ; (Ű) U with double acute
+
+
+; Compose : Hook, Horn and Variations
+
+compose["hb"] := "{u+0253}" ; (ɓ) b with hook
+compose["hB"] := "{u+0181}" ; (Ɓ) B with hook
+compose["hc"] := "{u+0188}" ; (ƈ) c with hook
+compose["hC"] := "{u+0187}" ; (Ƈ) C with hook
+compose["hd"] := "{u+0257}" ; (ɗ) d with hook
+compose["hD"] := "{u+018a}" ; (Ɗ) D with hook
+compose["he"] := "{u+025a}" ; (ɚ) small letter schwa with hook
+compose["hf"] := "{u+0192}" ; (ƒ) f with hook
+compose["hF"] := "{u+0191}" ; (Ƒ) F with hook
+compose["hg"] := "{u+0260}" ; (ɠ) g with hook
+compose["hG"] := "{u+0193}" ; (Ɠ) G with hook
+compose["hh"] := "{u+0266}" ; (ɦ) h with hook
+compose["hH"] := "{u+a7aa}" ; (Ɦ) H with hook
+compose["hj"] := "{u+0267}" ; (ɧ) small letter heng with hook
+compose["hk"] := "{u+0199}" ; (ƙ) k with hook
+compose["hK"] := "{u+0198}" ; (Ƙ) K with hook
+compose["hl"] := "{u+026c}" ; (ɬ) l with belt
+compose["hL"] := "{u+a7ad}" ; (Ɬ) L with belt
+compose["hm"] := "{u+0271}" ; (ɱ) m with hook
+compose["hM"] := "{u+2c6e}" ; (Ɱ) M with hook
+compose["hn"] := "{u+0272}" ; (ɲ) n with left hook
+compose["hN"] := "{u+019d}" ; (Ɲ) N with left hook
+compose["ho"] := "{u+01a1}" ; (ơ) o with horn
+compose["hO"] := "{u+01a0}" ; (Ơ) O with horn
+compose["hp"] := "{u+01a5}" ; (ƥ) p with hook
+compose["hP"] := "{u+01a4}" ; (Ƥ) P with hook
+compose["hq"] := "{u+024b}" ; (ɋ) q with hook tail
+compose["hQ"] := "{u+024a}" ; (Ɋ) Q with hook tail
+compose["hr"] := "{u+027d}" ; (ɽ) r with tail
+compose["hR"] := "{u+2c64}" ; (Ɽ) R with tail
+compose["hs"] := "{u+0282}" ; (ʂ) s with hook
+compose["ht"] := "{u+01ad}" ; (ƭ) t with hook
+compose["hT"] := "{u+01ac}" ; (Ƭ) T with hook
+compose["hu"] := "{u+01b0}" ; (ư) u with horn
+compose["hU"] := "{u+01af}" ; (Ư) U with horn
+compose["hv"] := "{u+028b}" ; (ʋ) v with hook
+compose["hV"] := "{u+01b2}" ; (Ʋ) V with hook
+compose["hw"] := "{u+2c73}" ; (ⱳ) w with hook
+compose["hW"] := "{u+2c72}" ; (Ⱳ) W with hook
+compose["hy"] := "{u+01b4}" ; (ƴ) y with hook
+compose["hY"] := "{u+01b3}" ; (Ƴ) Y with hook
+compose["hz"] := "{u+0225}" ; (ȥ) z with hook
+compose["hZ"] := "{u+0224}" ; (Ȥ) Z with hook
+
+
+; Compose : Retroflex Hook and Variations
+
+compose["fd"] := "{u+1d91}" ; (ᶑ) d with hook and tail
+compose["fe"] := "{u+025d}" ; (ɝ) small letter reversed open e with hook
+compose["ff"] := "{u+1d94}" ; (ᶔ) small letter reversed open e with retroflex hook
+compose["fg"] := "{u+ab36}" ; (ꬶ) small letter script g with crossed-tail
+compose["fh"] := "{u+a727}" ; (ꜧ) small letter heng
+compose["fH"] := "{u+a726}" ; (Ꜧ) capital letter heng
+compose["fj"] := "{u+029d}" ; (ʝ) j with crossed-tail
+compose["fJ"] := "{u+a7b2}" ; (Ʝ) J with crossed-tail
+compose["fl"] := "{u+026d}" ; (ɭ) l with retroflex hook
+compose["fn"] := "{u+0273}" ; (ɳ) n with retroflex hook
+compose["fq"] := "{u+02a0}" ; (ʠ) q with hook
+compose["fr"] := "{u+027e}" ; (ɾ) r with fishhook
+compose["ft"] := "{u+0288}" ; (ʈ) t with retroflex hook
+compose["fT"] := "{u+01ae}" ; (Ʈ) T with retroflex hook
+compose["fv"] := "{u+2c71}" ; (ⱱ) v with right hook
+compose["fz"] := "{u+0290}" ; (ʐ) z with retroflex hook
+
+
+; Compose : Swash Tail and Other Variations
+
+compose["tc"] := "{u+a793}" ; (ꞓ) c with bar
+compose["tC"] := "{u+a792}" ; (Ꞓ) C with bar
+compose["tf"] := "{u+a799}" ; (ꞙ) f with stroke
+compose["tF"] := "{u+a798}" ; (Ꞙ) F with stroke
+compose["tl"] := "{u+2c61}" ; (ⱡ) l with double bar
+compose["tL"] := "{u+2c60}" ; (Ⱡ) L with double bar
+compose["ts"] := "{u+023f}" ; (ȿ) s with swash tail
+compose["tS"] := "{u+2c7e}" ; (Ȿ) S with swash tail
+compose["tz"] := "{u+0240}" ; (ɀ) z with swash tail
+compose["tZ"] := "{u+2c7f}" ; (Ɀ) Z with swash tail
+
+
+; Compose : Latin Greek Letters and Variations
+
+compose["la"] := "{u+0251}" ; (ɑ) Latin small letter alpha
+compose["lA"] := "{u+2c6d}" ; (Ɑ) Latin capital letter alpha
+compose["lb"] := "{u+025e}" ; (ɞ) small letter closed reversed open e
+compose["ld"] := "{u+1e9f}" ; (ẟ) Latin small letter delta
+compose["le"] := "{u+025b}" ; (ɛ) small letter open e (Latin small epsilon)
+compose["lE"] := "{u+0190}" ; (Ɛ) capital letter open E (Latin capital epsilon)
+compose["lf"] := "{u+0278}" ; (ɸ) Latin small letter phi
+compose["lg"] := "{u+0261}" ; (ɡ) small letter script g
+compose["lG"] := "{u+a7ac}" ; (Ɡ) capital letter script G
+compose["lh"] := "{u+01a3}" ; (ƣ) small letter gha
+compose["lH"] := "{u+01a2}" ; (Ƣ) capital letter gha
+compose["li"] := "{u+0269}" ; (ɩ) Latin small letter iota
+compose["lI"] := "{u+0196}" ; (Ɩ) Latin capital letter iota
+compose["lj"] := "{u+0263}" ; (ɣ) Latin small letter gamma
+compose["lJ"] := "{u+0194}" ; (Ɣ) Latin capital letter gamma
+compose["lk"] := "{u+0138}" ; (ĸ) small letter kra
+compose["ll"] := "{u+019b}" ; (ƛ) Latin small letter lambda with stroke (barred lambda)
+compose["lm"] := "{u+0270}" ; (ɰ) small letter turned m with long leg
+compose["ln"] := "{u+019e}" ; (ƞ) small letter n with long right leg
+compose["lN"] := "{u+0220}" ; (Ƞ) capital letter N with long right leg
+compose["lo"] := "{u+0254}" ; (ɔ) small letter open o
+compose["lO"] := "{u+0186}" ; (Ɔ) capital letter open O
+compose["lq"] := "{u+0277}" ; (ɷ) Latin small letter closed omega
+compose["ls"] := "{u+0283}" ; (ʃ) Latin small letter esh
+compose["lS"] := "{u+01a9}" ; (Ʃ) Latin capital letter esh
+compose["lu"] := "{u+028a}" ; (ʊ) Latin small letter upsilon
+compose["lU"] := "{u+01b1}" ; (Ʊ) Latin capital letter upsilon
+compose["l8"] := "{u+0223}" ; (ȣ) small letter ou
+compose["l*"] := "{u+0222}" ; (Ȣ) capital letter OU
+compose["l7"] := "{u+0242}" ; (ɂ) small letter glottal stop
+compose["l&"] := "{u+0241}" ; (Ɂ) capital letter glottal stop
+compose["l?"] := "{u+0294}" ; (ʔ) unicase letter glottal stop
+
+
+; Compose : Turned and Reversed Letters
+
+compose["ra"] := "{u+0250}" ; (ɐ) small letter turned a
+compose["rA"] := "{u+2c6f}" ; (Ɐ) capital letter turned A
+compose["rb"] := "{u+025c}" ; (ɜ) small letter reversed open e
+compose["rB"] := "{u+a7ab}" ; (Ɜ) capital letter reversed open E
+compose["rd"] := "{u+018d}" ; (ƍ) Latin small letter turned delta
+compose["re"] := "{u+01dd}" ; (ǝ) small letter turned e
+compose["rE"] := "{u+018e}" ; (Ǝ) capital letter reversed E
+compose["rf"] := "{u+0258}" ; (ɘ) small letter reversed e
+compose["rg"] := "{u+1d77}" ; (ᵷ) small letter turned g
+compose["rG"] := "{u+2141}" ; (⅁) capital letter turned G
+compose["rh"] := "{u+0265}" ; (ɥ) small letter turned h
+compose["rH"] := "{u+a78d}" ; (Ɥ) capital letter turned H
+compose["ri"] := "{u+1d09}" ; (ᴉ) small letter turned i
+compose["rk"] := "{u+029e}" ; (ʞ) small letter turned k
+compose["rK"] := "{u+a7b0}" ; (Ʞ) capital letter turned K
+compose["rm"] := "{u+026f}" ; (ɯ) small letter turned m
+compose["rM"] := "{u+019c}" ; (Ɯ) capital letter turned M
+compose["ro"] := "{u+0264}" ; (ɤ) small letter ram's horn (baby gamma)
+compose["rq"] := "{u+0252}" ; (ɒ) Latin small letter turned alpha
+compose["rQ"] := "{u+2c70}" ; (Ɒ) Latin capital letter turned alpha
+compose["rr"] := "{u+0279}" ; (ɹ) small letter turned r
+compose["rt"] := "{u+0287}" ; (ʇ) small letter turned t
+compose["rT"] := "{u+a7b1}" ; (Ʇ) small letter turned T
+compose["rv"] := "{u+028c}" ; (ʌ) small letter turned v
+compose["rV"] := "{u+0245}" ; (Ʌ) capital letter turned V
+compose["rw"] := "{u+028d}" ; (ʍ) small letter turned w
+compose["ry"] := "{u+028e}" ; (ʎ) small letter turned y
+compose["rz"] := "{u+01b9}" ; (ƹ) Latin small letter ezh reversed
+compose["rZ"] := "{u+01b8}" ; (Ƹ) Latin capital letter ezh reversed
+
+
+; Compose : Currency Symbols
+
+compose["$a"] := "{u+058f}" ; (֏) Armenian dram
+compose["$A"] := "{u+20b3}" ; (₳) Argentine austral
+compose["$b"] := "{u+20bf}" ; (₿) bitcoin
+compose["$B"] := "{u+0e3f}" ; (฿) Thai baht
+compose["$c"] := "{u+20a1}" ; (₡) Costa Rican colón
+compose["$C"] := "{u+20b5}" ; (₵) Ghanaian cedi
+compose["$d"] := "{u+20ab}" ; (₫) Vietnamese dong
+compose["$D"] := "{u+20af}" ; (₯) Greek drachma
+compose["$e"] := "{u+20ac}" ; (€) euro sign
+compose["$E"] := "{u+20a0}" ; (₠) euro-currency sign
+compose["$f"] := "{u+20a3}" ; (₣) French franc
+compose["$F"] := "{u+20a3}" ; (₣) French franc
+compose["$g"] := "{u+20b2}" ; (₲) Paraguayan guaraní
+compose["$G"] := "{u+20be}" ; (₾) Georgian lari
+compose["$h"] := "{u+20b4}" ; (₴) Ukrainian hryvnia
+compose["$H"] := "{u+20b4}" ; (₴) Ukrainian hryvnia
+compose["$i"] := "{u+20a4}" ; (₤) lira
+compose["$I"] := "{u+20b6}" ; (₶) livre tournois
+compose["$k"] := "{u+20ad}" ; (₭) Laotian kip
+compose["$K"] := "{u+20ad}" ; (₭) Laotian kip
+compose["$l"] := "{u+20ba}" ; (₺) Turkish lira
+compose["$L"] := "{u+00a3}" ; (£) pound sign
+compose["$m"] := "{u+20bc}" ; (₼) Azerbaijani manat
+compose["$M"] := "{u+20a5}" ; (₥) mill sign
+compose["$n"] := "{u+20a6}" ; (₦) Nigerian naira
+compose["$N"] := "{u+20bb}" ; (₻) Nordic mark
+compose["$o"] := "{u+00a2}" ; (¢) cent sign (dollar)
+compose["$p"] := "{u+20b1}" ; (₱) Philippine peso
+compose["$P"] := "{u+20a7}" ; (₧) Spanish pesetas
+compose["$r"] := "{u+20b9}" ; (₹) Indian rupee
+compose["$R"] := "{u+20bd}" ; (₽) Russian ruble
+compose["$s"] := "{u+20aa}" ; (₪) Israeli new shekel
+compose["$S"] := "{u+20b7}" ; (₷) spesmilo
+compose["$t"] := "{u+20ae}" ; (₮) Mongolian tögrög (tugrik)
+compose["$T"] := "{u+20b8}" ; (₸) Kazakh tenge
+compose["$u"] := "{u+20a8}" ; (₨) rupee sign
+compose["$U"] := "{u+20a2}" ; (₢) Brazilian cruzeiro
+compose["$w"] := "{u+20a9}" ; (₩) South Korean won
+compose["$W"] := "{u+20a9}" ; (₩) South Korean won
+compose["$x"] := "{u+00a4}" ; (¤) currency sign
+compose["$y"] := "{u+00a5}" ; (¥) yen sign
+compose["$Y"] := "{u+00a5}" ; (¥) yen sign
+
+
+; Compose : Greek Alphabet
+
+compose["ga"] := "{u+03b1}" ; (α) small alpha
+compose["gA"] := "{u+0391}" ; (Α) capital alpha
+compose["gb"] := "{u+03b2}" ; (β) small beta
+compose["gB"] := "{u+0392}" ; (Β) capital beta
+compose["gv"] := "{u+03b2}" ; (β) small beta
+compose["gV"] := "{u+0392}" ; (Β) capital beta
+compose["gg"] := "{u+03b3}" ; (γ) small gamma
+compose["gG"] := "{u+0393}" ; (Γ) capital gamma
+compose["gd"] := "{u+03b4}" ; (δ) small delta
+compose["gD"] := "{u+0394}" ; (Δ) capital delta
+compose["ge"] := "{u+03b5}" ; (ε) small epsilon
+compose["gE"] := "{u+0395}" ; (Ε) capital epsilon
+compose["gz"] := "{u+03b6}" ; (ζ) small zeta
+compose["gZ"] := "{u+0396}" ; (Ζ) capital zeta
+compose["gh"] := "{u+03b7}" ; (η) small eta
+compose["gH"] := "{u+0397}" ; (Η) capital eta
+compose["gj"] := "{u+03b8}" ; (θ) small theta
+compose["gJ"] := "{u+0398}" ; (Θ) capital theta
+compose["gi"] := "{u+03b9}" ; (ι) small iota
+compose["gI"] := "{u+0399}" ; (Ι) capital iota
+compose["gk"] := "{u+03ba}" ; (κ) small kappa
+compose["gK"] := "{u+039a}" ; (Κ) capital kappa
+compose["gl"] := "{u+03bb}" ; (λ) small lambda
+compose["gL"] := "{u+039b}" ; (Λ) capital lambda
+compose["gm"] := "{u+03bc}" ; (μ) small mu
+compose["gM"] := "{u+039c}" ; (Μ) capital mu
+compose["gn"] := "{u+03bd}" ; (ν) small nu
+compose["gN"] := "{u+039d}" ; (Ν) capital nu
+compose["gx"] := "{u+03be}" ; (ξ) small xi
+compose["gX"] := "{u+039e}" ; (Ξ) capital xi
+compose["go"] := "{u+03bf}" ; (ο) small omicron
+compose["gO"] := "{u+039f}" ; (Ο) capital omicron
+compose["gp"] := "{u+03c0}" ; (π) small pi
+compose["gP"] := "{u+03a0}" ; (Π) capital pi
+compose["gr"] := "{u+03c1}" ; (ρ) small rho
+compose["gR"] := "{u+03a1}" ; (Ρ) capital rho
+compose["gs"] := "{u+03c3}" ; (σ) small sigma
+compose["g,"] := "{u+03c2}" ; (ς) small final sigma
+compose["gS"] := "{u+03a3}" ; (Σ) capital sigma
+compose["gt"] := "{u+03c4}" ; (τ) small tau
+compose["gT"] := "{u+03a4}" ; (Τ) capital tau
+compose["gu"] := "{u+03c5}" ; (υ) small upsilon
+compose["gU"] := "{u+03a5}" ; (Υ) capital upsilon
+compose["gy"] := "{u+03c5}" ; (υ) small upsilon
+compose["gY"] := "{u+03a5}" ; (Υ) capital upsilon
+compose["gf"] := "{u+03c6}" ; (φ) small phi
+compose["gF"] := "{u+03a6}" ; (Φ) capital phi
+compose["gc"] := "{u+03c7}" ; (χ) small chi
+compose["gC"] := "{u+03a7}" ; (Χ) capital chi
+compose["gw"] := "{u+03c8}" ; (ψ) small psi
+compose["gW"] := "{u+03a8}" ; (Ψ) capital psi
+compose["gq"] := "{u+03c9}" ; (ω) small omega
+compose["gQ"] := "{u+03a9}" ; (Ω) capital omega
+
+
+; Compose : Superscript Characters
+
+compose["p1"] := "{u+00b9}" ; (¹) superscript 1
+compose["p2"] := "{u+00b2}" ; (²) superscript 2
+compose["p3"] := "{u+00b3}" ; (³) superscript 3
+compose["p4"] := "{u+2074}" ; (⁴) superscript 4
+compose["p5"] := "{u+2075}" ; (⁵) superscript 5
+compose["p6"] := "{u+2076}" ; (⁶) superscript 6
+compose["p7"] := "{u+2077}" ; (⁷) superscript 7
+compose["p8"] := "{u+2078}" ; (⁸) superscript 8
+compose["p9"] := "{u+2079}" ; (⁹) superscript 9
+compose["p0"] := "{u+2070}" ; (⁰) superscript 0
+compose["pi"] := "{u+2071}" ; (ⁱ) superscript i
+compose["pn"] := "{u+207f}" ; (ⁿ) superscript n
+compose["p+"] := "{u+207a}" ; (⁺) superscript +
+compose["p-"] := "{u+207b}" ; (⁻) superscript -
+compose["p="] := "{u+207c}" ; (⁼) superscript =
+compose["p("] := "{u+207d}" ; (⁽) superscript (
+compose["p)"] := "{u+207e}" ; (⁾) superscript )
+
+
+; Compose : Subscript Characters
+
+compose["u1"] := "{u+2081}" ; (₁) subscript 1
+compose["u2"] := "{u+2082}" ; (₂) subscript 2
+compose["u3"] := "{u+2083}" ; (₃) subscript 3
+compose["u4"] := "{u+2084}" ; (₄) subscript 4
+compose["u5"] := "{u+2085}" ; (₅) subscript 5
+compose["u6"] := "{u+2086}" ; (₆) subscript 6
+compose["u7"] := "{u+2087}" ; (₇) subscript 7
+compose["u8"] := "{u+2088}" ; (₈) subscript 8
+compose["u9"] := "{u+2089}" ; (₉) subscript 9
+compose["u0"] := "{u+2080}" ; (₀) subscript 0
+compose["ua"] := "{u+2090}" ; (ₐ) subscript a
+compose["ub"] := "{u+1d66}" ; (ᵦ) subscript beta
+compose["uc"] := "{u+1d6a}" ; (ᵪ) subscript chi
+compose["ue"] := "{u+2091}" ; (ₑ) subscript e
+compose["uE"] := "{u+2094}" ; (ₔ) subscript schwa
+compose["uf"] := "{u+1d69}" ; (ᵩ) subscript phi
+compose["ug"] := "{u+1d67}" ; (ᵧ) subscript gamma
+compose["uh"] := "{u+2095}" ; (ₕ) subscript h
+compose["ui"] := "{u+1d62}" ; (ᵢ) subscript i
+compose["uj"] := "{u+2c7c}" ; (ⱼ) subscript j
+compose["uk"] := "{u+2096}" ; (ₖ) subscript k
+compose["ul"] := "{u+2097}" ; (ₗ) subscript l
+compose["um"] := "{u+2098}" ; (ₘ) subscript m
+compose["un"] := "{u+2099}" ; (ₙ) subscript n
+compose["uo"] := "{u+2092}" ; (ₒ) subscript o
+compose["up"] := "{u+209a}" ; (ₚ) subscript p
+compose["ur"] := "{u+1d63}" ; (ᵣ) subscript r
+compose["uR"] := "{u+1d68}" ; (ᵨ) subscript rho
+compose["us"] := "{u+209b}" ; (ₛ) subscript s
+compose["ut"] := "{u+209c}" ; (ₜ) subscript t
+compose["uu"] := "{u+1d64}" ; (ᵤ) subscript u
+compose["uv"] := "{u+1d65}" ; (ᵥ) subscript v
+compose["ux"] := "{u+2093}" ; (ₓ) subscript x
+compose["u+"] := "{u+208a}" ; (₊) subscript +
+compose["u-"] := "{u+208b}" ; (₋) subscript -
+compose["u="] := "{u+208c}" ; (₌) subscript =
+compose["u("] := "{u+208d}" ; (₍) subscript (
+compose["u)"] := "{u+208e}" ; (₎) subscript )